Searched refs:Null_Type (Results 1 – 1 of 1) sorted by relevance
270 static PyTypeObject Null_Type = { variable347 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()