Files
cpython/Include
Christian Heimes ff737954f3 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance).
Also removed im_class and renamed im_self to __self__ and im_func to __func__. im_class can be substituted with method.__self__.__class__.
I've also updated some parts of the documenation.
2007-11-27 10:40:20 +00:00
..
2007-08-25 05:22:02 +00:00
2006-10-27 23:31:49 +00:00
2007-08-25 17:01:41 +00:00
2006-02-15 17:27:45 +00:00
2007-09-01 13:59:50 +00:00
2007-08-19 22:48:23 +00:00
2007-08-16 14:35:24 +00:00
2007-08-17 12:57:41 +00:00
2006-02-15 17:27:45 +00:00
2007-10-08 03:32:34 +00:00