Home
last modified time | relevance | path

Searched refs:Null_Type (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/
Dxxmodule.c273 static PyTypeObject Null_Type = { variable
356 Null_Type.tp_base = &PyBaseObject_Type; in xx_exec()
379 if (PyType_Ready(&Null_Type) < 0) in xx_exec()
381 PyModule_AddObject(m, "Null", (PyObject *)&Null_Type); in xx_exec()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2350 Modules/xxmodule.c - Null_Type -