Home
last modified time | relevance | path

Searched refs:_PyStack_AsDict (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dabstract.h21 PyAPI_FUNC(PyObject *) _PyStack_AsDict(
/third_party/python/Objects/
Dcall.c201 kwdict = _PyStack_AsDict(args + nargs, keywords); in _PyObject_MakeTpCall()
851 _PyStack_AsDict(PyObject *const *values, PyObject *kwnames) in _PyStack_AsDict() function
Ddescrobject.c334 kwdict = _PyStack_AsDict(args + nargs, kwnames); in method_vectorcall_VARARGS_KEYWORDS()
/third_party/python/Python/
Dbltinmodule.c145 mkw = _PyStack_AsDict(args + nargs, kwnames); in builtin___build_class__()