Home
last modified time | relevance | path

Searched defs:file_input (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dgraminit.h4 #define file_input 257 macro
/external/python/cpython2/Lib/
Dsymbol.py14 file_input = 257 variable
/external/python/cpython3/Lib/
Dsymbol.py25 file_input = 257 variable
/external/python/cpython3/Include/
Dgraminit.h4 #define file_input 257 macro
/external/python/cpython2/Lib/compiler/
Dtransformer.py179 def file_input(self, nodelist): member in Transformer