Home
last modified time | relevance | path

Searched defs:NEWOBJ_EX (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dpickle.py186 NEWOBJ_EX = b'\x92' # like NEWOBJ but work with keyword only arguments variable
/external/python/cpython3/Modules/
D_pickle.c104 NEWOBJ_EX = '\x92', enumerator