This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wrapt
Code
Issues
Proposed changes
Files
ff933cd264bbc146646c6351937c285f954cd4f6
deb-python-wrapt
/
src
History
Graham Dumpleton
ff933cd264
Use __self__ from bound function as allows us to provide instance as class type for class method and None for static method.
2013-08-25 13:50:00 +10:00
..
__init__.py
Replace decorator parameter validation with variant of code from inspect.getcallargs() from Python 3.
2013-08-24 22:39:02 +10:00
_wrappers.c
Use __self__ from bound function as allows us to provide instance as class type for class method and None for static method.
2013-08-25 13:50:00 +10:00
decorators.py
Drop unnecessary temporary variable for argspec args list.
2013-08-24 22:43:09 +10:00
six.py
Restructure code base so testing doesn't pick up local source. Add WrapperBase extension module to reduce overheads.
2013-08-08 22:55:44 +08:00
wrappers.py
Use __self__ from bound function as allows us to provide instance as class type for class method and None for static method.
2013-08-25 13:50:00 +10:00