Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobject.h526 PyAPI_DATA(PyObject) _Py_NotImplementedStruct; /* Don't use this directly */
527 #define Py_NotImplemented (&_Py_NotImplementedStruct)
/third_party/python/Tools/c-analyzer/
Dignored-globals.txt254 _Py_NotImplementedStruct
DTODO118 Objects/object.c:_Py_NotImplementedStruct PyObject _Py_NotImplementedStruct
Dknown.tsv1501 Objects/object.c - _Py_NotImplementedStruct variable PyObject _Py_NotImplementedStruct
/third_party/python/PC/
Dpython3.def808 _Py_NotImplementedStruct=python39._Py_NotImplementedStruct DATA
/third_party/python/Objects/
Dobject.c1728 PyObject _Py_NotImplementedStruct = { variable