-
4k1Find what class an attribute - ie, myObj.myAttr - comes from, and how it's definedPython / attribute, attributes, class, debugging, inspection, source, __dict__, __getattribute__, __getattr__, __slots__ / by Paul Molodowitch (11 years ago, revision 3)
-
6k1CLOS-like around/before/after auxiliary methodsPython / auxiliary, class, clos, decorator, inheritance, method, object, super / by Jan Kaliszewski (12 years ago)
-
24k2Keyword Argument Injection with Python DecoratorsPython / class, class_decorator, decorator, injection, variable / by Ahmet Emre Aladağ (13 years ago, revision 2)
-
35k6Find all subclasses of a given classPython / class, extending, inheritance, plugin, subclass, subclasses, type / by Gabriel Genellina (14 years ago, revision 3)