Search code examples
overloading arbitrary operator in python...


pythonnumpyoverloadingmagic-methods

Read More
Iterate over a type without instantiating it...


pythonclassiteratorstatic-methodsmagic-methods

Read More
Is using magic methods quicker than using operator in python?...


pythonoperatorsmagic-methods

Read More
@StaticMethod or @ClassMethod decoration on magic methods...


pythondecoratorstatic-methodsmagic-methods

Read More
Merging / grouping class instances...


pythonpolymorphismmagic-methodsduck-typing

Read More
Python Data Model : Overriding special method "contains"...


python-3.xcontainsmagic-methods

Read More
Python how to print full stack, including magic methods (dunder methods) used?...


pythondebuggingstacktracebackmagic-methods

Read More
How do I add a rabbit to a number in Python?...


pythonmagic-methods

Read More
Any method to denote object assignment?...


pythonoopmagic-methods

Read More
Using namedtuple in class...


pythonpython-3.xmagic-methods

Read More
How to make 2 different __mul__ methods...


pythonmagic-methods

Read More
Python, delete a list item from class method...


pythonlistmagic-methods

Read More
Magic methods on other programming languages...


language-agnosticmagic-methods

Read More
(AttributeError: __enter__) when using __new__ magic method...


pythonmagic-methods

Read More
How to document magic (_call and _callStatic) methods for IDEs...


phpdocumentationphpstormmagic-methodsdocblocks

Read More
Dynamically inherit all Python magic methods from an instance attribute...


pythoninheritancemetaclassmagic-methods

Read More
Why and when do literal comparison operators like `==` in Python use the magic method of a custom ty...


pythoncpythoncomparison-operatorsmagic-methods

Read More
Coroutines in Magic Methods?...


pythonpython-3.xpython-3.6coroutinemagic-methods

Read More
Is it possible, using PHPUnit mock objects, to expect a call to a magic __call() method?...


phpsymfonyphpunitmagic-methods

Read More
__getitem__ method receives int instead of slice obj...


pythonpython-3.xslicemagic-methods

Read More
Python magical main() signature like Perl 6...


pythoncommand-line-argumentsrakumagic-methodsmethod-signature

Read More
Overriding __hex__ in python 3?...


pythonpython-3.xhexmagic-methods

Read More
hex() method giving error when used with custom object...


pythonpython-3.xhexmagic-methods

Read More
Recursion Error on overriding the Dictionary __getitem__ magic-method?...


python-3.xdictionaryinheritancemagic-methods

Read More
Convert "with" statement to "try" statement...


pythonwith-statementmagic-methodstry-except

Read More
Python __add__ magic method with integers...


pythonsyntaxintadditionmagic-methods

Read More
PHP Arrayable Interface...


phparraysinterfacecastingmagic-methods

Read More
Built-in magic variable names/attributes...


pythonsyntaxsublimetextbuilt-inmagic-methods

Read More
Laravel - Overwrite magic _get method for a custom Request class...


laravelmagic-methods

Read More
How does Scala's apply() method magic work?...


scalasyntactic-sugarmagic-methodscompanion-object

Read More
BackNext