Home
last modified time | relevance | path

Searched refs:PyDict_New (Results 1 – 25 of 71) sorted by relevance

123

/third_party/python/Modules/
D_scproxy.c73 result = PyDict_New(); in get_proxy_settings()
183 return PyDict_New(); in get_proxies()
186 result = PyDict_New(); in get_proxies()
D_testmultiphase.c90 self->x_attr = PyDict_New(); in Example_setattr()
450 dct = PyDict_New(); in createfunc_nonmodule()
Dxxmodule.c85 self->x_attr = PyDict_New(); in Xxo_setattr()
Dxxlimited_35.c100 self->x_attr = PyDict_New(); in Xxo_setattr()
Dxxlimited.c156 self->x_attr = PyDict_New(); in Xxo_setattro()
D_elementtree.c370 attrib = PyDict_New(); in get_attrib_from_keywords()
538 res = self->extra->attrib = PyDict_New(); in element_get_attrib()
967 attrib = PyDict_New(); in _elementtree_Element___getstate___impl()
2689 attrib = PyDict_New(); in treebuilder_handle_start()
3271 attrib = PyDict_New(); in expat_start_handler()
3307 attrib = PyDict_New(); in expat_start_handler()
3649 self->entity = PyDict_New(); in _elementtree_XMLParser___init___impl()
3653 self->names = PyDict_New(); in _elementtree_XMLParser___init___impl()
Dpyexpat.c369 container = PyDict_New(); in my_StartElementHandler()
1544 intern = PyDict_New(); in pyexpat_ParserCreate_impl()
1696 PyObject *codes_dict = PyDict_New(); in add_errors_module()
1697 PyObject *rev_codes_dict = PyDict_New(); in add_errors_module()
D_functoolsmodule.c122 pto->kw = PyDict_New(); in partial_new()
441 kw = PyDict_New(); in partial_setstate()
1205 if (!(cachedict = PyDict_New())) in lru_cache_new()
Dnismodule.c252 dict = PyDict_New (); in nis_cat()
Derrnomodule.c83 PyObject *error_dict = PyDict_New(); in errno_exec()
/third_party/python/Modules/_sqlite/
Dmicroprotocols.c42 if ((psyco_adapters = PyDict_New()) == NULL) { in pysqlite_microprotocols_init()
Dmodule.c253 _pysqlite_converters = PyDict_New(); in converters_init()
Dcache.c94 self->mapping = PyDict_New(); in pysqlite_cache_init()
/third_party/python/Include/
Ddictobject.h21 PyAPI_FUNC(PyObject *) PyDict_New(void);
/third_party/python/Objects/
Dmoduleobject.c102 m->md_dict = PyDict_New(); in PyModule_NewObject()
659 dict = PyDict_New(); in module___init___impl()
865 annotations = PyDict_New(); in module_get_annotations()
Dnamespaceobject.c30 ns->ns_dict = PyDict_New(); in namespace_new()
Dfuncobject.c232 PyObject *ann_dict = PyDict_New(); in func_get_annotation_dict()
473 op->func_annotations = PyDict_New(); in func_get_annotations()
/third_party/python/Modules/_multiprocessing/
Dmultiprocessing.c223 PyObject *flags = PyDict_New(); in multiprocessing_exec()
/third_party/python/Python/
Dpystate.c604 interp->dict = PyDict_New(); in PyInterpreterState_GetDict()
1069 tstate->dict = PyDict_New(); in _PyThreadState_GetDict()
1205 PyObject *result = PyDict_New(); in _PyThread_CurrentFrames()
1258 PyObject *result = PyDict_New(); in _PyThread_CurrentExceptions()
Dsysmodule.c2366 xoptions = PyDict_New(); in get_xoptions()
2719 impl_info = PyDict_New(); in make_impl_info()
2909 SET_SYS("path_importer_cache", PyDict_New()); in _PySys_InitCore()
2961 PyObject *dict = PyDict_New(); in sys_create_xoptions_dict()
3087 PyObject *modules = PyDict_New(); in _PySys_Create()
Derrors.c998 kwargs = PyDict_New(); in PyErr_SetImportErrorSubclass()
1126 dict = mydict = PyDict_New(); in PyErr_NewException()
1174 dict = mydict = PyDict_New(); in PyErr_NewExceptionWithDoc()
D_warnings.c129 st->once_registry = PyDict_New(); in _PyWarnings_InitState()
877 *registry = PyDict_New(); in setup_context()
Dcodecs.c1506 interp->codec_search_cache = PyDict_New(); in _PyCodecRegistry_Init()
1511 interp->codec_error_registry = PyDict_New(); in _PyCodecRegistry_Init()
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc486 ScopedPyObjectPtr dict(PyDict_New()); in ScalarMapToStr()
725 ScopedPyObjectPtr dict(PyDict_New()); in MessageMapToStr()
/third_party/python/Doc/faq/
Dextending.rst308 loc = PyDict_New ();
309 glb = PyDict_New ();

123