Searched refs:_PyArg_UnpackStack (Results 1 – 5 of 5) sorted by relevance
| /third_party/python/Include/ |
| D | modsupport.h | 54 PyAPI_FUNC(int) _PyArg_UnpackStack(
|
| /third_party/python/Objects/ |
| D | descrobject.c | 1084 if (!_PyArg_UnpackStack(args, nargs, "get", 1, 2, in mappingproxy_get()
|
| /third_party/python/Python/ |
| D | bltinmodule.c | 2342 if (!_PyArg_UnpackStack(args, nargs, "sorted", 1, 1, &seq)) in builtin_sorted()
|
| D | getargs.c | 2698 _PyArg_UnpackStack(PyObject *const *args, Py_ssize_t nargs, const char *name, in _PyArg_UnpackStack() function
|
| /third_party/python/Modules/ |
| D | _testcapimodule.c | 5229 if (!_PyArg_UnpackStack(args, nargs, "bad_get", 3, 3, &self, &obj, &cls)) { in bad_get()
|