Searched defs:PyDict_New (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Ddictobject.c202 There are two ways to create a dict: PyDict_New() is the main C API
204 can save a little time over what PyDict_New does because it's guaranteed
241 PyDict_New(void) function
688 PyObject *op = PyDict_New();
1661 copy = PyDict_New();
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Ddictobject.c202 There are two ways to create a dict: PyDict_New() is the main C API
204 can save a little time over what PyDict_New does because it's guaranteed
241 PyDict_New(void) function
677 PyObject *op = PyDict_New();
1627 copy = PyDict_New();

Completed in 76 milliseconds