commit | c6686b7c7e0a10e7dc472a0256a9823c4d7136f2 | [log] [tgz] |
---|---|---|
author | Armin Rigo <arigo@tunes.org> | Mon Nov 07 08:38:00 2005 +0000 |
committer | Armin Rigo <arigo@tunes.org> | Mon Nov 07 08:38:00 2005 +0000 |
tree | 9acfea79c7c8617efa89d3ef74417e8308a6ca69 | |
parent | 64b414ad4c7e28eef515aff25088542f09c4d2a0 [diff] |
Added proper reflection on instances of <type 'method-wrapper'>, e.g. '[].__add__', to match what the other internal descriptor types provide: '__objclass__' attribute, '__self__' member, and reasonable repr and comparison. Added a test.