Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dxxmodule.c270 static PyTypeObject Null_Type = { variable
347 Null_Type.tp_base = &PyBaseObject_Type; in initxx()
348 Null_Type.tp_new = PyType_GenericNew; in initxx()
376 if (PyType_Ready(&Null_Type) < 0) in initxx()
378 PyModule_AddObject(m, "Null", (PyObject *)&Null_Type); in initxx()
/external/python/cpython3/Modules/
Dxxmodule.c270 static PyTypeObject Null_Type = { variable
353 Null_Type.tp_base = &PyBaseObject_Type; in xx_exec()
376 if (PyType_Ready(&Null_Type) < 0) in xx_exec()
378 PyModule_AddObject(m, "Null", (PyObject *)&Null_Type); in xx_exec()