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

/external/python/cpython2/Include/
H A Dobject.h868 _Py_NoneStruct is an object of undefined type which can be used in contexts
873 PyAPI_DATA(PyObject) _Py_NoneStruct; /* Don't use this directly */
874 #define Py_None (&_Py_NoneStruct)
/external/python/cpython3/Include/
H A Dobject.h904 _Py_NoneStruct is an object of undefined type which can be used in contexts
909 PyAPI_DATA(PyObject) _Py_NoneStruct; /* Don't use this directly */
910 #define Py_None (&_Py_NoneStruct)
/external/python/cpython3/Objects/
H A Dobject.c1460 PyObject _Py_NoneStruct = { variable
/external/python/cpython2/Objects/
H A Dobject.c2032 PyObject _Py_NoneStruct = { variable

Completed in 128 milliseconds