This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wrapt
Code
Issues
Proposed changes
Files
136a69b472c48e9b696c1fe1a0fd481daa7775b3
deb-python-wrapt
/
src
History
Graham Dumpleton
136a69b472
Replace decorator parameter validation with variant of code from inspect.getcallargs() from Python 3.
2013-08-24 22:39:02 +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
Correct type for length variable to avoid compiler warnings.
2013-08-23 21:19:11 +10:00
decorators.py
Replace decorator parameter validation with variant of code from inspect.getcallargs() from Python 3.
2013-08-24 22:39:02 +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
Add back underlying support in wrappers for both args and kwargs for wrapper function.
2013-08-23 20:26:16 +10:00