Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_collectionsmodule.c1962 static PyTypeObject defdict_type; /* Forward */ variable
2140 if (PyObject_TypeCheck(left, &defdict_type)) { in defdict_or()
2227 static PyTypeObject defdict_type = { variable
2576 &defdict_type, in collections_exec()
2583 defdict_type.tp_base = &PyDict_Type; in collections_exec()

Completed in 4 milliseconds