Pythius.aop, aspect-oriented toolkit (Maybe I'm missing the point...)


Aspect oriented programming is an attempt to allow for defining orthogonal aspects of an application in such way that they can be (seamlessly) woven together at run time. pythius' aop.py module provides the machinery for weaving things together (and yes, it does use a metaclass), but doesn't seem to provide global weaving functionality.

Comments

Comments are closed.

Pingbacks

Pingbacks are closed.