Home
last modified time | relevance | path

Searched refs:__newobj_ex__ (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/
Dcopyreg.py97 def __newobj_ex__(cls, args, kwargs): function
/external/python/cpython3/Tools/c-analyzer/
DTODO449 Objects/typeobject.c:reduce_newobj():PyId___newobj_ex__ _Py_IDENTIFIER(__newobj_ex__)
Dknown.tsv1282 Objects/typeobject.c reduce_newobj PyId___newobj_ex__ variable _Py_IDENTIFIER(__newobj_ex__)
/external/python/cpython3/Modules/
D_pickle.c4018 _Py_IDENTIFIER(__newobj_ex__); in save_reduce()
/external/python/cpython3/Objects/
Dtypeobject.c4641 _Py_IDENTIFIER(__newobj_ex__); in reduce_newobj()
/external/python/cpython3/Lib/test/
Dtest_descr.py4994 self.assertEqual(reduce_value[0], copyreg.__newobj_ex__)