This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wrapt
Code
Issues
Proposed changes
Files
34ea04dc03b9d0c70133c7f4fabb2379050b709a
deb-python-wrapt
/
src
History
Graham Dumpleton
34ea04dc03
Set __module__ and __doc__ in ObjectProxy of C implementation to prevent those from derived Python class from taking precedence.
2013-10-07 13:10:11 +11:00
..
__init__.py
Collapse bound method wrapper functionality into bound function wrapper.
2013-10-05 22:22:57 +10:00
_wrappers.c
Set __module__ and __doc__ in ObjectProxy of C implementation to prevent those from derived Python class from taking precedence.
2013-10-07 13:10:11 +11:00
decorators.py
Drop adapter support from FunctionWrapper and handle it with a derived class. Changes fix issue with signature preservation for bound methods when using an adapter. Issue
#2
.
2013-10-06 22:35:44 +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
Drop adapter support from FunctionWrapper and handle it with a derived class. Changes fix issue with signature preservation for bound methods when using an adapter. Issue
#2
.
2013-10-06 22:35:44 +11:00