Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dodictobject.h15 PyAPI_DATA(PyTypeObject) PyODict_Type;
21 #define PyODict_Check(op) PyObject_TypeCheck(op, &PyODict_Type)
22 #define PyODict_CheckExact(op) Py_IS_TYPE(op, &PyODict_Type)
/third_party/python/Objects/
H A Dodictobject.c476 class OrderedDict "PyODictObject *" "&PyODict_Type"
1541 /* PyODict_Type */
1543 PyTypeObject PyODict_Type = { variable
1593 return PyDict_Type.tp_new(&PyODict_Type, NULL, NULL); in PyODict_New()
H A Dobject.c1972 &PyODict_Type, // base=&PyDict_Type
/third_party/python/Modules/
H A D_collectionsmodule.c2577 &PyODict_Type, in collections_exec()
H A D_testcapimodule.c1312 tp_qualname = PyType_GetQualName(&PyODict_Type); in test_get_type_qualname()

Completed in 24 milliseconds