This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wrapt
Code
Issues
Proposed changes
Files
a587117b231b05da9a527f7261ecdbaabf8d4343
deb-python-wrapt
/
src
History
Graham Dumpleton
a587117b23
Fix typo in documentation.
2013-08-13 22:04:22 +08:00
..
__init__.py
Rename WrapperBase to ObjectProxy and promote to public API.
2013-08-12 20:11:41 +08:00
_wrappers.c
Add support for __dir__ proxying in ObjectProxy.
2013-08-12 22:08:39 +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
Fix typo in documentation.
2013-08-13 22:04:22 +08:00