HomeSort by relevance Sort by last modified time
    Searched defs:PyDict_New (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c 202 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)
688 PyObject *op = PyDict_New();
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c 202 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)
677 PyObject *op = PyDict_New();
    [all...]
  /external/python/cpython2/Objects/
dictobject.c 202 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)
688 PyObject *op = PyDict_New();
    [all...]

Completed in 338 milliseconds