Searched defs:callmethod (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Demo/newmetaclasses/ |
D | Eiffel.py | 74 def callmethod(self, inst, args, kwargs): member in EiffelDescriptor
|
/external/python/cpython3/Tools/demo/ |
D | eiffel.py | 84 def callmethod(self, inst, args, kwargs): member in EiffelDescriptor
|
/external/python/cpython3/Objects/ |
D | call.c | 604 callmethod(PyThreadState *tstate, PyObject* callable, const char *format, va_list va, int is_size_t) in callmethod() function
|