Files
cpython/Objects
Fred Drake b421b8c191 Added two new functions to conveniently call functions/methods from C.
PyObject_CallFunctionObArgs() and PyObject_CallMethodObArgs() have the
advantage that no format strings need to be parsed.  The CallMethod
variant also avoids creating a new string object in order to retrieve
a method from an object as well.
2001-10-26 16:21:32 +00:00
..
2001-10-19 13:49:35 +00:00
2001-08-29 23:54:21 +00:00
2001-10-22 16:30:36 +00:00