Home
last modified time | relevance | path

Searched refs:PyDict_New (Results 1 - 25 of 63) sorted by relevance

123

/third_party/python/Modules/
H A D_scproxy.c73 result = PyDict_New(); in Py_UNUSED()
183 return PyDict_New(); in Py_UNUSED()
186 result = PyDict_New(); in Py_UNUSED()
H A Dxxmodule.c85 self->x_attr = PyDict_New(); in Xxo_setattr()
H A D_testmultiphase.c94 self->x_attr = PyDict_New(); in Example_setattr()
472 dct = PyDict_New(); in createfunc_nonmodule()
H A Dxxlimited.c173 self->x_attr = PyDict_New(); in Xxo_setattro()
H A Dxxlimited_35.c100 self->x_attr = PyDict_New(); in Xxo_setattr()
H A D_elementtree.c359 attrib = PyDict_New(); in get_attrib_from_keywords()
527 res = self->extra->attrib = PyDict_New(); in element_get_attrib()
955 attrib = PyDict_New(); in _elementtree_Element___getstate___impl()
2677 attrib = PyDict_New(); in treebuilder_handle_start()
3259 attrib = PyDict_New(); in expat_start_handler()
3295 attrib = PyDict_New(); in expat_start_handler()
3637 self->entity = PyDict_New(); in _elementtree_XMLParser___init___impl()
3641 self->names = PyDict_New(); in _elementtree_XMLParser___init___impl()
H A D_functoolsmodule.c123 pto->kw = PyDict_New(); in partial_new()
442 kw = PyDict_New(); in partial_setstate()
1206 if (!(cachedict = PyDict_New())) in lru_cache_new()
H A Dpyexpat.c369 container = PyDict_New(); in my_StartElementHandler()
1545 intern = PyDict_New(); in pyexpat_ParserCreate_impl()
1776 PyObject *codes_dict = PyDict_New(); in add_errors_module()
1777 PyObject *rev_codes_dict = PyDict_New(); in add_errors_module()
H A Dnismodule.c253 dict = PyDict_New (); in nis_cat()
H A D_localemodule.c249 result = PyDict_New(); in _locale_localeconv_impl()
H A Derrnomodule.c83 PyObject *error_dict = PyDict_New(); in errno_exec()
/third_party/python/Modules/_sqlite/
H A Dmicroprotocols.c40 state->psyco_adapters = PyDict_New(); in pysqlite_microprotocols_init()
/third_party/python/Objects/
H A Dmoduleobject.c91 m->md_dict = PyDict_New(); in new_module_notrack()
672 dict = PyDict_New(); in module___init___impl()
904 annotations = PyDict_New(); in module_get_annotations()
H A Dnamespaceobject.c31 ns->ns_dict = PyDict_New(); in namespace_new()
H A Dfuncobject.c287 PyObject *ann_dict = PyDict_New(); in func_get_annotation_dict()
532 op->func_annotations = PyDict_New(); in func_get_annotations()
H A Dstructseq.c337 dict = PyDict_New(); in structseq_reduce()
H A Ddictobject.c838 PyDict_New(void) in PyDict_New() function
1575 return PyDict_New(); in dict_new_presized()
3027 return PyDict_New(); in PyDict_Copy()
3098 copy = PyDict_New(); in PyDict_Copy()
5392 dict = PyDict_New(); in _PyObject_InitializeDict()
5605 *dictptr = dict = PyDict_New(); in PyObject_GenericGetDict()
5626 *dictptr = dict = PyDict_New(); in PyObject_GenericGetDict()
5662 dict = PyDict_New(); in _PyObjectDict_SetItem()
/third_party/python/Include/
H A Ddictobject.h21 PyAPI_FUNC(PyObject *) PyDict_New(void);
/third_party/python/Modules/_multiprocessing/
H A Dmultiprocessing.c222 PyObject *flags = PyDict_New(); in multiprocessing_exec()
/third_party/python/Python/
H A Dsysmodule.c2336 xoptions = PyDict_New(); in get_xoptions()
2692 impl_info = PyDict_New(); in make_impl_info()
2999 SET_SYS("path_importer_cache", PyDict_New()); in _PySys_InitCore()
3051 PyObject *dict = PyDict_New(); in sys_create_xoptions_dict()
3185 PyObject *modules = PyDict_New(); in _PySys_Create()
H A Derrors.c1017 kwargs = PyDict_New(); in PyErr_SetImportErrorSubclass()
1145 dict = mydict = PyDict_New(); in PyErr_NewException()
1193 dict = mydict = PyDict_New(); in PyErr_NewExceptionWithDoc()
H A Dpystate.c715 interp->dict = PyDict_New(); in PyInterpreterState_GetDict()
1247 tstate->dict = PyDict_New(); in _PyThreadState_GetDict()
1392 PyObject *result = PyDict_New(); in _PyThread_CurrentFrames()
1453 PyObject *result = PyDict_New(); in _PyThread_CurrentExceptions()
H A Dmodsupport.c144 if ((d = PyDict_New()) == NULL) { in do_mkdict()
H A D_warnings.c139 st->once_registry = PyDict_New(); in _PyWarnings_InitState()
869 *registry = PyDict_New(); in setup_context()
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc486 ScopedPyObjectPtr dict(PyDict_New()); in ScalarMapToStr()
725 ScopedPyObjectPtr dict(PyDict_New()); in MessageMapToStr()

Completed in 47 milliseconds

123