List Question
20 TechQA 2024-03-20T15:48:21.353000How to change connected class objects
37 views
Asked by Likexxxd
Weird Behavior of __new__
71 views
Asked by demetere._
PhpStorm complains -- and doesn't -- about magic methods
82 views
Asked by Gustavo Pinsard
Python: Can I get None's attribute from the descriptor's __get__?
23 views
Asked by Takuo Matsuoka
Can I get the name of the operator that triggered a special method?
143 views
Asked by Javier Abad
ImmutableDict implementation doesn't call __setitem__
25 views
Asked by Captain_Obvious
Why can I still do addition with a subtraction magic method?
87 views
Asked by Luisa Lopes
Python overload __setitem__ does not replace self out of the class range
62 views
Asked by KYPcode
Trait function alias on magic __callStatic function
67 views
Asked by Niels van Oijen
Using __getitem__ for both index and key access
187 views
Asked by Mordechai
Add post processing logic on one method of all existing subclasses
59 views
Asked by adnanmuttaleb
PHP: How to capture var_dump recursion with __debuginfo
58 views
Asked by Uchenna Ajah
use python __call__ magic method to replicate `def` within class
55 views
Asked by feiyang472
How to overload __next__ inside __init__?
65 views
Asked by user1095509
How exactly is the __lt__ method invoked here?
162 views
Asked by Noob SWEbot
How to type hint python magic __get__ method
420 views
Asked by feiyang472
How does __repr__ know to print out the list for in the class attribute?
30 views
Asked by kbleu5
Use another class' methods without decorators and inheritance
115 views
Asked by InSync
Python Magic Methods in JavaScript
125 views
Asked by Keaden Knight