Search code examples
Difference between type(obj) and obj.__class__...

pythonnew-style-class

Read More
type of class in python...

pythonclasstypesnew-style-class

Read More
What is the purpose of subclassing the class "object" in Python?...

pythonobjectdeprecatedfuture-proofnew-style-class

Read More
TypeError: Error when calling the metaclass bases a new-style class can't have only classic base...

pythonooptypeerrornew-style-class

Read More
How to import object from builtins affecting just one class?...

pythonpython-3.xpython-2.7futurenew-style-class

Read More
What is the difference between old style and new style classes in Python?...

pythonclassooptypesnew-style-class

Read More
Old-style and new-style classes in Python 2.7...

pythonclasspython-2.7new-style-class

Read More
Python 2.x super __init__ inheritance doesn't work when parent doesn't inherit from object...

pythonpython-2.7inheritancesupernew-style-class

Read More
Why does @foo.setter in Python not work for me?...

pythondecoratornew-style-class

Read More
calling init for multiple parent classes with super?...

pythonmultiple-inheritanceinitsupernew-style-class

Read More
Why does setter behave differently in new-style class and old-style class...

pythonpython-2.7classnew-style-class

Read More
Why does isinstance(nonnewstyle, object) return true in Python 2.X?...

python-2.7python-3.xtypesnew-style-class

Read More
Is subclassing from object the same as defining type as metaclass?...

pythonpython-2.7python-internalsnew-style-class

Read More
Why favor object.__setattr__(self, name, value) only in new style classes?...

pythonclassinheritancesetattrnew-style-class

Read More
How can I make a read-only property mutable?...

pythonpython-2.7propertiesnew-style-classaugmented-assignment

Read More
Python using derived class's method in parent class?...

pythoninheritancenew-style-class

Read More
Python object @property...

pythonnew-style-class

Read More
Why isn't __new__ in Python new-style classes a class method?...

pythonnew-operatorlanguage-designnew-style-class

Read More
Python's property decorator does not work as expected...

pythonclasspropertiesdecoratornew-style-class

Read More
How to verify if class implements a rich comparison method?...

pythonnew-style-class

Read More
How to tidy/fix PyCXX's creation of new-style Python extension-class?...

c++initializationpython-c-apinew-style-classpycxx

Read More
Why does PyCXX handle new-style classes in the way it does?...

c++python-c-apinew-style-classpycxx

Read More
why types/class unification majorly in python...

pythonclasstypesnew-style-class

Read More
New style class attribute search for builtin operations...

pythonpython-2.7new-style-class

Read More
What is the preferred Python 3.x class definition syntax?...

pythonclasspython-3.xcoding-stylenew-style-class

Read More
What happens when you call object.__new__?...

pythoninheritancenew-operatornew-style-class

Read More
How to check if object is instance of new-style user-defined class?...

pythonpython-2.xnew-style-class

Read More
Why does overriding __getattribute__ to proxy a value screw up isinstance?...

pythonclassinheritancegetattributenew-style-class

Read More
What is the purpose of Python's property.getter?...

pythonnew-style-class

Read More
Descriptors and python-provided attributes...

pythondescriptornew-style-class

Read More
BackNext