python-discord / meta

Issue tracker for suggestions and other questions relating to our community
https://pythondiscord.com
30 stars 5 forks source link

Tag: dunder methods #127

Closed Objectivitix closed 3 years ago

Objectivitix commented 3 years ago

Description

This would be a tag explaining why dunder methods are special, why we would sometimes override them, and give some examples using __init__ (constructor), __str__ (string representation), and __repr__ (dev-friendly representation).

Objectivitix commented 3 years ago

thank you for da like :D

Xithrius commented 3 years ago

@Objectivitix If you'd like to, please implement this feature.

Objectivitix commented 3 years ago

@Xithrius Thanks! I'll get started on it tomorrow :D