Home
last modified time | relevance | path

Searched refs:_PyDict_FromItems (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_dict.h158 extern PyObject *_PyDict_FromItems(
/third_party/python/Objects/
H A Dcall.c941 return _PyDict_FromItems(&PyTuple_GET_ITEM(kwnames, 0), 1, in _PyStack_AsDict()
H A Ddictobject.c1601 _PyDict_FromItems(PyObject *const *keys, Py_ssize_t keys_offset, in _PyDict_FromItems() function
/third_party/python/Python/
H A Dceval.c3323 PyObject *map = _PyDict_FromItems(
3402 map = _PyDict_FromItems(

Completed in 21 milliseconds