Tags: 
inheritance x 



-
231kviews9How to use super() effectively -- Python 2.7 versionscorePython / cooperative, inheritance, multiple, next_in_mro, super / by Raymond Hettinger (12 years ago, revision 8)
-
46kviews7How to use super() effectivelyscorePython / cooperative, inheritance, multiple, next_in_mro, super / by Raymond Hettinger (12 years ago, revision 8)
-
31kviews4Nested contexts -- a chain of mapping objectsscorePython / ast, chained, compiler, dictionary, inheritance, nested, nonlocal, scopes, xml / by Raymond Hettinger (13 years ago, revision 2)
-
6kviews1CLOS-like around/before/after auxiliary methodsscorePython / auxiliary, class, clos, decorator, inheritance, method, object, super / by Jan Kaliszewski (12 years ago)
-
24kviews2namedtuple.abc - abstract base class + mix-in for named tuplesscorePython / abc, collections, dry, inheritance, namedtuple, shortcuts / by Jan Kaliszewski (13 years ago, revision 7)
-
9kviews1Using Metaclasses and Class Decorators to Inherit Function DocstringsscorePython / decorator, decorators, docstring, inheritance, metaclass, metaclasses / by Eric Snow (12 years ago, revision 4)
-
11kviews2Abstract method decoratorscorePython / abstract, decorator, exception, inheritance, method, python, subclass / by jimmy2times (13 years ago, revision 5)
-
9kviews1Composition of classes instead of multiple inheritancescorePython / class_decorator, composition, inheritance, multiple_inheritance / by Ethan Furman (13 years ago)
-
20kviews2Docstring inheritance decoratorscorePython / decorator, descriptor, docstring, inheritance, metaprogramming / by Shai Berger (14 years ago)
-
35kviews6Find all subclasses of a given classscorePython / class, extending, inheritance, plugin, subclass, subclasses, type / by Gabriel Genellina (14 years ago, revision 3)
-
8kviews1Design Pattern -- Inherit from an instancescorePython / design_pattern, factory_class, inheritance, instance / by Daniel Cohn (14 years ago, revision 4)