Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dgraminit.h3 #define single_input 256 macro
/external/python/cpython3/Include/
Dgraminit.h3 #define single_input 256 macro
/external/python/cpython2/Lib/
Dsymbol.py13 single_input = 256 variable
/external/python/cpython3/Lib/
Dsymbol.py13 single_input = 256 variable
/external/python/cpython2/Lib/compiler/
Dtransformer.py169 def single_input(self, node): member in Transformer