Home
last modified time | relevance | path

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

/third_party/python/Lib/lib2to3/pgen2/
Dtoken.py85 def ISEOF(x): function
/third_party/python/Include/
Dtoken.h81 #define ISEOF(x) ((x) == ENDMARKER) macro
/third_party/python/Lib/
Dtoken.py136 def ISEOF(x): function
/third_party/python/Doc/library/
Dtoken.rst40 .. function:: ISEOF(x)