Aktuelle Änderungen Printable View Änderungen Bearbeiten
CodeSmells > PythonSelf > OnlyPublicFieldsInPython > MultipleInheritance > AbstractSyntaxTree > AbstractSyntaxTrees > GIL > GlobalInterpreterLock > Python > PythonSprache > AOP > AspectOrientedProgrammingClear TrailAdvanced preprocessing, where you can say things like: "Take every method that starts with the word 'test', and add it to a list of methods to be run when testing." Allows one to centralize "cross-cutting" concerns that would otherwise appear in many different classes.
Once you have decent reflection and metaclasses, AOP is just part of the language. [1]