Search code examples
Making a python user-defined class sortable, hashable...


pythonclasssortinghashmagic-methods

Read More
Are there redundant special methods on Python's built-in types?...


pythonbuilt-inmagic-methods

Read More
How to differentiate between a property being set with ___setattr__ from inside the class and outsid...


pythonmagic-methodssetattr

Read More
PHP __get and __set magic methods...


phpmagic-methods

Read More
PHP - Indirect modification of overloaded property...


phpmagic-methods

Read More
Adding custom number class to Python int results in "TypeError"...


pythonpython-3.xclasstypeerrormagic-methods

Read More
PHP magic method __toNumber() converting object to number...


phptype-conversionmagic-methods

Read More
Python Object should pretend to be None or empty...


pythonobjectmagic-methods

Read More
How does Laravel use the app object like its an array?...


phplaravellaravel-5magic-methods

Read More
Help using __call with codeigniter...


phpajaxcodeignitermagic-methods

Read More
Why does functools.lru_cache not cache __call__ while working on normal methods...


pythoncachingmagic-methods

Read More
Python: magic methods that shouldn't be used...


pythoncoding-stylemagic-methods

Read More
Why PHP uses static methods in object context?...


phpstatic-methodsmagic-methods

Read More
__callStatic(): instantiating objects from static context?...


phpstaticinstantiationmagic-methods

Read More
Emulate public/private properties with __get() and __set()?...


phpoopmagic-methods

Read More
How does the python del function work without calling __getitem__...


pythonmagic-methodspython-collections

Read More
numpy ndarray indexing with __index__ method...


pythonarraysnumpyindexingmagic-methods

Read More
Underscore usage in Scala's identifier...


scalagetter-settermagic-methodssyntactic-sugar

Read More
What will go wrong if I store the value for a python getter and setter in __dict__?...


pythongetter-settermagic-methods

Read More
What are user-controlled namespaces?...


pythonnamespacesmagic-methods

Read More
Why does calling Python's 'magic method' not do type conversion like it would for the co...


pythontype-conversionimplicit-conversionmagic-methods

Read More
Deletion of a PHP object; also unset() and __destruct...


phpoopdestructormagic-methods

Read More
Magic attributes of functions inconsistent...


pythonpython-3.xmagic-methods

Read More
Does __destruct run by itslef or do I need to use unset() or register_shutdown_function() in order f...


phpoopdestructorphp-7magic-methods

Read More
Python Square Root for Class Instances...


pythonmagic-methods

Read More
Check if a property exists on magically set properties...


phppropertiesissetmagic-methods

Read More
Why is the same Magic method I used in the following code generating different output than what is e...


pythonclassmagic-methods

Read More
Magic method __str__ is not called on str call...


pythonpython-3.xwrappermagic-methods

Read More
PHP Magic Method __unset() does not work on calling unset function...


phpmagic-methodsunset

Read More
Copy.deepcopy vs creating new instances in magic methods...


pythonmagic-methods

Read More
BackNext