Skip to content

rsbowman/AspectP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

AspectP: A Simple Aspect Oriented Programming System for Python

AspectP was written as part of my master's thesis in 2003. It follows the spirit of AspectJ and consists of a metaclass Advisable together with a simple system for specifying pointcuts. The pointcut system is an example of the composite pattern, and the effect is to create a DSL in python for specifying when to run a piece of advice.

Included is an example of speeding up a Fibonacci function.

This code is licensed under the GPLv3.

About

Simple Aspect Oriented Programming for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages