suggestion and autocompletion of magic (dunder) methods #2739
Badr-MOUFAD
started this conversation in
Enhancement
Replies: 1 comment
-
Moving this issue to discussion as an enhancement request for comments and upvotes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to have suggestions for additional magic methods as well as their auto-completion.
For example, defining methods such as
__len__
,__getitem__
, and__setitem__
are useful when creating special data structures that behave as a list.Beta Was this translation helpful? Give feedback.
All reactions