Home
last modified time | relevance | path

Searched refs:_Py_NotImplementedStruct (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
Dobject.h883 PyAPI_DATA(PyObject) _Py_NotImplementedStruct; /* Don't use this directly */
884 #define Py_NotImplemented (&_Py_NotImplementedStruct)
/external/python/cpython3/Include/
Dobject.h930 PyAPI_DATA(PyObject) _Py_NotImplementedStruct; /* Don't use this directly */
931 #define Py_NotImplemented (&_Py_NotImplementedStruct)
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt254 _Py_NotImplementedStruct
/external/python/cpython3/PC/
Dpython3.def796 _Py_NotImplementedStruct=python37._Py_NotImplementedStruct DATA
/external/python/cpython2/PC/os2emx/
Dpython27.def489 "_Py_NotImplementedStruct"
/external/python/cpython3/Objects/
Dobject.c1730 PyObject _Py_NotImplementedStruct = { variable
/external/python/cpython2/Objects/
Dobject.c2068 PyObject _Py_NotImplementedStruct = { variable