Searched refs:defdict_type (Results 1 – 4 of 4) sorted by relevance
1454 static PyTypeObject defdict_type; /* Forward */ variable1697 static PyTypeObject defdict_type = { variable1763 defdict_type.tp_base = &PyDict_Type; in init_collections()1764 if (PyType_Ready(&defdict_type) < 0) in init_collections()1766 Py_INCREF(&defdict_type); in init_collections()1767 PyModule_AddObject(m, "defaultdict", (PyObject *)&defdict_type); in init_collections()
1962 static PyTypeObject defdict_type; /* Forward */ variable2141 if (PyObject_TypeCheck(left, &defdict_type)) { in defdict_or()2228 static PyTypeObject defdict_type = { variable2576 &defdict_type, in collections_exec()2583 defdict_type.tp_base = &PyDict_Type; in collections_exec()
616 Modules/_collectionsmodule.c:defdict_type static PyTypeObject defdict_type
174 Modules/_collectionsmodule.c - defdict_type variable static PyTypeObject defdict_type