Searched refs:PyDict_New (Results 1 – 25 of 71) sorted by relevance
123
73 result = PyDict_New(); in get_proxy_settings()183 return PyDict_New(); in get_proxies()186 result = PyDict_New(); in get_proxies()
90 self->x_attr = PyDict_New(); in Example_setattr()450 dct = PyDict_New(); in createfunc_nonmodule()
85 self->x_attr = PyDict_New(); in Xxo_setattr()
100 self->x_attr = PyDict_New(); in Xxo_setattr()
156 self->x_attr = PyDict_New(); in Xxo_setattro()
370 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()
369 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()
122 pto->kw = PyDict_New(); in partial_new()441 kw = PyDict_New(); in partial_setstate()1205 if (!(cachedict = PyDict_New())) in lru_cache_new()
252 dict = PyDict_New (); in nis_cat()
83 PyObject *error_dict = PyDict_New(); in errno_exec()
42 if ((psyco_adapters = PyDict_New()) == NULL) { in pysqlite_microprotocols_init()
253 _pysqlite_converters = PyDict_New(); in converters_init()
94 self->mapping = PyDict_New(); in pysqlite_cache_init()
21 PyAPI_FUNC(PyObject *) PyDict_New(void);
102 m->md_dict = PyDict_New(); in PyModule_NewObject()659 dict = PyDict_New(); in module___init___impl()865 annotations = PyDict_New(); in module_get_annotations()
30 ns->ns_dict = PyDict_New(); in namespace_new()
232 PyObject *ann_dict = PyDict_New(); in func_get_annotation_dict()473 op->func_annotations = PyDict_New(); in func_get_annotations()
223 PyObject *flags = PyDict_New(); in multiprocessing_exec()
604 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()
2366 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()
998 kwargs = PyDict_New(); in PyErr_SetImportErrorSubclass()1126 dict = mydict = PyDict_New(); in PyErr_NewException()1174 dict = mydict = PyDict_New(); in PyErr_NewExceptionWithDoc()
129 st->once_registry = PyDict_New(); in _PyWarnings_InitState()877 *registry = PyDict_New(); in setup_context()
1506 interp->codec_search_cache = PyDict_New(); in _PyCodecRegistry_Init()1511 interp->codec_error_registry = PyDict_New(); in _PyCodecRegistry_Init()
486 ScopedPyObjectPtr dict(PyDict_New()); in ScalarMapToStr()725 ScopedPyObjectPtr dict(PyDict_New()); in MessageMapToStr()
308 loc = PyDict_New ();309 glb = PyDict_New ();