Home
last modified time | relevance | path

Searched refs:defdict_type (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
D_collectionsmodule.c1454 static PyTypeObject defdict_type; /* Forward */ variable
1697 static PyTypeObject defdict_type = { variable
1763 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()
/external/python/cpython3/Modules/
D_collectionsmodule.c1962 static PyTypeObject defdict_type; /* Forward */ variable
2141 if (PyObject_TypeCheck(left, &defdict_type)) { in defdict_or()
2228 static PyTypeObject defdict_type = { variable
2576 &defdict_type, in collections_exec()
2583 defdict_type.tp_base = &PyDict_Type; in collections_exec()
/external/python/cpython3/Tools/c-analyzer/
DTODO616 Modules/_collectionsmodule.c:defdict_type static PyTypeObject defdict_type
Dknown.tsv174 Modules/_collectionsmodule.c - defdict_type variable static PyTypeObject defdict_type