Open Source Aspect-Oriented Frameworks in Python
3 projectslogilab-aspectsInactive
Python module for AOP. Ready-to-use aspects and helpers to define custom aspects; supports design-by-contract style. By Logilab.
Aspects.pyInactive
Library to intercept function and method calls. Wrap functions so the wrap is invoked first; omit or repeat original execution; modify arguments and return values. Around-style advices on call join points.