This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wrapt
Code
Issues
Proposed changes
Files
9ef03c560ea1463ce2990cec7bbfdf2f470c3317
deb-python-wrapt
/
src
History
Graham Dumpleton
040da134af
When enabled option is callable, it must be checked on the actual call for a bound method, not when binding occurs.
2013-10-07 16:47:20 +11:00
..
__init__.py
Collapse bound method wrapper functionality into bound function wrapper.
2013-10-05 22:22:57 +10:00
_wrappers.c
When enabled option is callable, it must be checked on the actual call for a bound method, not when binding occurs.
2013-10-07 16:47:20 +11:00
decorators.py
Change order of keyword only arguments.
2013-10-07 15:04:56 +11:00
importer.py
Initial implementation of post import hooks mechanism.
2013-10-02 12:33:01 +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
When enabled option is callable, it must be checked on the actual call for a bound method, not when binding occurs.
2013-10-07 16:47:20 +11:00