Home | Trees | Indices | Help |
|
---|
|
Decorator tools
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Function Details |
Decorate func with caller. Inspired by Michele Simionato's decorator library: http://www.phyast.pitt.edu/~micheles/python/documentation.html |
Decorate function with entangler. Use new signature or preserve original signature if signature is None. |
Decorate function with entangler and weak signature. Changes signature to accept arbitrary additional arguments. |
Decorate function with caller and weak signature. Changes signature to accept arbitrary additional arguments. |
Return identity of function. If decorator was created with decorator() or weak_signature_decorator(), identity is invariant under decorator application. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 14 21:45:36 2011 | http://epydoc.sourceforge.net |