Ñò
ú˜Ic @ sË d Z d d d d d g Z d d k Z d d k Z d d k Z d d k Z d d k Z e i d ƒ Z d e f d „ ƒ YZ
d d
„ Z e d „ ƒ Z
e
d „ ƒ Z e
d d
„ ƒ Z e
d „ ƒ Z d S( sT
Decorator module, see http://pypi.python.org/pypi/decorator
for the documentation.
t decoratort
FunctionMakert
deprecatedt getinfot new_wrapperiÿÿÿÿNs \s*def\s*([_\w][_\w\d]*)\s*\(c B sD e Z d Z d d d d d d d d „ Z d „ Z d e d „ Z RS( s´
An object with the ability to create functions with a given signature.
It has attributes name, doc, module, signature, defaults, dict and
methods update and make.
c C sO | o¢ | i | _ | i d j o
d | _ n | i | _ | i | _ t i | ƒ oM t i d d „ t i | ƒ Œ d d !| _
| i | _ | i
i ƒ | _ q© n | o
| | _ n | d j o
| | _
n | o
| | _ n | o
| | _ n | o
| | _ n | o
| | _ n t | d ƒ p t d | ƒ ‚ n d S( Ns