Searched defs:TUPLE (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Tools/scripts/ | ||
H A D | umarshal.py | 26 TUPLE = ord('(') variable in Type |
/third_party/python/Lib/ | ||
H A D | ast.py | 652 TUPLE = auto() # <expr1>, <expr2> variable in _Precedence |
H A D | pickle.py | 148 TUPLE = b't' # build tuple from topmost stack items variable |
/third_party/python/Lib/test/ | ||
H A D | test_ast.py | 812 TUPLE = enum.auto() # <expr1>, <expr2> variable in AST_Tests.test_precedence_enum._Precedence |
/third_party/python/Modules/ | ||
H A D | _pickle.c | 87 TUPLE = 't', enumerator |
Completed in 19 milliseconds