RSS 2 projects tagged "aop"

No download Website Updated 04 Jan 2010 Java Debugging with Statement Aspects

Screenshot
Pop 19.44
Vit 35.11

Java Debugging with Statement Aspects provides the possibility to skip certain statements from being executed during debugging. It lets you add your custom logic before and after execution of certain statements. It provides the possibility of tracing at the granularity of line numbers without touching the source code.

Download Website Updated 08 Jun 2011 pytilities

Screenshot
Pop 25.65
Vit 26.69

Pytilities offers AOP and monkey-patching features for Python 3. Pytilities also offers other features such as help in delegating calls to an inner object, function overloading, some special descriptors, geometry classes, event dispatching classes, and more. The AOP features allow you to make reusable Aspect classes, (un)apply multiple aspects to an instance or class, add new attributes to an instance, and apply advice to all attribute access of an instance or class.

Screenshot

Project Spotlight

4DIAC

A framework for distributed industrial automation and control.

Screenshot

Project Spotlight

dyject

A dependency injection module for Python.