Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dtoken.h74 #define ISEOF(x) ((x) == ENDMARKER) macro
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtoken.py82 def ISEOF(x): function
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtoken.py84 def ISEOF(x): function
/external/python/cpython3/Include/
Dtoken.h80 #define ISEOF(x) ((x) == ENDMARKER) macro
/external/python/cpython2/Lib/
Dtoken.py81 def ISEOF(x): function
/external/python/cpython3/Lib/
Dtoken.py89 def ISEOF(x): function
/external/python/cpython2/Doc/library/
Dtoken.rst39 .. function:: ISEOF(x)
/external/python/cpython3/Doc/library/
Dtoken.rst40 .. function:: ISEOF(x)