Searched defs:TUPLE3 (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Lib/ | ||
| D | pickle.py | 165 TUPLE3 = b'\x87' # build 3-tuple from three topmost stack items variable |
| /third_party/python/Modules/ | ||
| D | _pickle.c | 88 TUPLE3 = '\x87', enumerator |