Home
last modified time | relevance | path

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

/third_party/python/Include/
H A Dobject.h641 _Py_NoneStruct is an object of undefined type which can be used in contexts
646 PyAPI_DATA(PyObject) _Py_NoneStruct; /* Don't use this directly */
647 #define Py_None (&_Py_NoneStruct)
/third_party/python/PC/
H A Dpython3dll.c732 EXPORT_DATA(_Py_NoneStruct)
/third_party/python/Objects/
H A Dobject.c1727 PyObject _Py_NoneStruct = { variable

Completed in 5 milliseconds