Home
last modified time | relevance | path

Searched refs:_Py_NoneStruct (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dobject.h605 PyAPI_DATA(PyObject) _Py_NoneStruct; /* Don't use this directly */
606 #define Py_None (&_Py_NoneStruct)
/third_party/python/Doc/c-api/
Dallocation.rst60 .. c:var:: PyObject _Py_NoneStruct
/third_party/python/PC/
Dpython3dll.c719 EXPORT_DATA(_Py_NoneStruct)
/third_party/python/Doc/faq/
Dwindows.rst239 structure called _Py_NoneStruct inside pythonNN.dll. Again, this code will
/third_party/python/Objects/
Dobject.c1669 PyObject _Py_NoneStruct = { variable
/third_party/python/Misc/
Dstable_abi.txt1635 data _Py_NoneStruct
/third_party/python/Tools/c-analyzer/
DTODO114 Objects/object.c:_Py_NoneStruct PyObject _Py_NoneStruct
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1814 Objects/object.c - _Py_NoneStruct -