Home
last modified time | relevance | path

Searched refs:PyODict_New (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dodictobject.h25 PyAPI_FUNC(PyObject *) PyODict_New(void);
/third_party/python/Objects/
Dodictobject.c1243 od_copy = PyODict_New(); in odict_copy()
1643 PyODict_New(void) in PyODict_New() function