This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wrapt
Code
Issues
Proposed changes
Files
6209a3a1de8f187c96e0ba1c871e97eb8717ed1e
deb-python-wrapt
/
src
History
Graham Dumpleton
6209a3a1de
Only raise exception if no wrapped object if actually need to access it, else have issues in __new__() of derived class.
2013-09-12 20:26:21 +10:00
..
__init__.py
Increment version to 1.1.0.
2013-09-12 20:22:53 +10:00
_wrappers.c
Only raise exception if no wrapped object if actually need to access it, else have issues in __new__() of derived class.
2013-09-12 20:26:21 +10:00
decorators.py
Drop wrapper args/kwargs concept from decorator and rely on function closures for decorators with arguments.
#1
2013-09-04 12:02:55 +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
Fix typo in code comments.
2013-09-04 17:55:42 +10:00