This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wrapt
Code
Issues
Proposed changes
Files
7c88ecf10c3197c337990c7f92c7ace6a85d316e
deb-python-wrapt
/
src
History
Graham Dumpleton
9912f6e93b
The __module__ and __doc__ attributes can be lazily evaluated in C code using get/set functions as in Python version.
2013-08-11 21:19:54 +08:00
..
__init__.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.c
The __module__ and __doc__ attributes can be lazily evaluated in C code using get/set functions as in Python version.
2013-08-11 21:19:54 +08:00
decorators.py
Hardwire decorator to FunctionWrapper and remove factory layer.
2013-08-09 23:22:33 +08:00
exceptions.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
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
Implement BoundFunctionWrapper and BoundMethodWrapper as part of C extension to improve performance.
2013-08-10 22:07:51 +08:00