Searched defs:callargs (Results 1 - 2 of 2) sorted by relevance
| /third_party/python/Modules/_ctypes/ |
| H A D | _ctypes.c | 3882 PyObject *callargs; in _build_callargs() local 4047 _build_result(PyObject *result, PyObject *callargs, int outmask, int inoutmask, unsigned int numretvals) _build_result() argument 4113 PyObject *callargs; PyCFuncPtr_call() local [all...] |
| /third_party/python/Python/ |
| H A D | ceval.c | 5349 PyObject *func, *callargs, *kwargs = NULL, *result; local 7319 do_call_core(PyThreadState *tstate, PyObject *func, PyObject *callargs, PyObject *kwdict, int use_tracing ) global() argument [all...] |
Completed in 14 milliseconds