Search code examples
'file' object has no attribute '__getitem__'...


pythonfiletypeerrormagic-methods

Read More
C# 4.0 - Does calling a protected method on a dynamic object call TryInvokeMember()?...


c#dynamicmagic-methods

Read More
Is there equivalent for __toString() method for other simple types in PHP?...


phpfunctiontypesmagic-methodsobject-to-string

Read More
PHP __set variable while __get passes by reference...


phpgetter-settermagic-methods

Read More
Pre-increment in PHP with magic get and set defined...


phpgetter-settermagic-methodspre-increment

Read More
How to check it's magic method or not?...


phpreflectionmagic-methods

Read More
Writing file while __desctruct() function...


phpfwritemagic-methods

Read More
Using magic constants from another scope...


phpclassstaticmagic-methods

Read More
Precedence of __call over __callStatic...


phpfunctionmagic-methods

Read More
Getting the attribute name that the created object will be given...


pythondebuggingintrospectionmagic-methods

Read More
Magic Methods in Python...


pythonmagic-methods

Read More
Adding magic global methods to modules...


pythonloggingmodulemagic-methods

Read More
Object roll-back, copy-on-write, versioned proxy etc in Python...


pythonmetaprogrammingrollbackmagic-methodscopy-on-write

Read More
Odd behaviour using a custom dict class as the __dict__ attribute of Python classes...


pythonattributesmetaprogrammingmagic-methods

Read More
Possible to use magic methods __get and __set for both array and nonarray class member variables?...


phparraysoopgetter-settermagic-methods

Read More
How to create my own PHP magic method names?...


phpmagic-methods

Read More
Particle instance has no attribute '__getitem__'...


pythonmagic-methodsparticle-swarm

Read More
Why are these magical methods not working?...


phpoopmagic-methods

Read More
Is $this->__invoke(); 100% safe and valid in PHP?...


phpclassmagic-methods

Read More
reflected greater than magic methods...


pythonmagic-methods

Read More
__callStatic not being called...


phpmagic-methods

Read More
Defining magic methods on classes...


pythonmagic-methods

Read More
Why unseting a var from a class have inconsistent resuls...


phpclasssetunsetmagic-methods

Read More
How to call class methods that do not exist in php?...


phpoopmagentomagic-methodsoverriding

Read More
object takes no parameters...


pythontypeerrormagic-methods

Read More
Why magic methods are not intercepted by __getattr__ implementation in python?...


pythonindexingcontainersmagic-methodsgetattr

Read More
Hook variable call in PHP...


phpautoloadmagic-methods

Read More
__set() method echoing property value twice...


phpgetsetmagic-methods

Read More
PHP magic __get not working for variable in abstract base class...


phpabstract-classmagic-methods

Read More
About PHP Magic Methods __get and __set on inheritance...


phpoopinheritancemagic-methods

Read More
BackNext