Home
last modified time | relevance | path

Searched refs:_PyArg_UnpackStack (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dmodsupport.h54 PyAPI_FUNC(int) _PyArg_UnpackStack(
/third_party/python/Objects/
Ddescrobject.c1084 if (!_PyArg_UnpackStack(args, nargs, "get", 1, 2, in mappingproxy_get()
/third_party/python/Python/
Dbltinmodule.c2342 if (!_PyArg_UnpackStack(args, nargs, "sorted", 1, 1, &seq)) in builtin_sorted()
Dgetargs.c2698 _PyArg_UnpackStack(PyObject *const *args, Py_ssize_t nargs, const char *name, in _PyArg_UnpackStack() function
/third_party/python/Modules/
D_testcapimodule.c5229 if (!_PyArg_UnpackStack(args, nargs, "bad_get", 3, 3, &self, &obj, &cls)) { in bad_get()