Home | History | Annotate | Download | only in Objects

Lines Matching defs:PyDict_New

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();
1691 copy = PyDict_New();