Home
last modified time | relevance | path

Searched refs:FROZENSET (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Tools/scripts/
H A Dumarshal.py33 FROZENSET = ord('>') variable in Type
265 elif type == Type.FROZENSET:
/third_party/python/Lib/
H A Dpickle.py185 FROZENSET = b'\x91' # build frozenset from topmost stack items variable
1052 write(FROZENSET)
1466 dispatch[FROZENSET[0]] = load_frozenset
/third_party/python/Modules/
H A D_pickle.c116 FROZENSET = '\x91', enumerator
3461 const char frozenset_op = FROZENSET; in save_frozenset()
6911 OP(FROZENSET, load_frozenset) in load()

Completed in 12 milliseconds