Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobject.h619 PyAPI_DATA(PyObject) _Py_NotImplementedStruct; /* Don't use this directly */
620 #define Py_NotImplemented (&_Py_NotImplementedStruct)
/third_party/python/PC/
Dpython3dll.c720 EXPORT_DATA(_Py_NotImplementedStruct)
/third_party/python/Objects/
Dobject.c1770 PyObject _Py_NotImplementedStruct = { variable
/third_party/python/Misc/
Dstable_abi.txt1638 data _Py_NotImplementedStruct
/third_party/python/Tools/c-analyzer/
DTODO115 Objects/object.c:_Py_NotImplementedStruct PyObject _Py_NotImplementedStruct
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1815 Objects/object.c - _Py_NotImplementedStruct -