Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dcopyreg.py103 def __newobj_ex__(cls, args, kwargs): function
/third_party/python/Tools/c-analyzer/
DTODO444 Objects/typeobject.c:reduce_newobj():PyId___newobj_ex__ _Py_IDENTIFIER(__newobj_ex__)
/third_party/python/Modules/
D_pickle.c4014 _Py_IDENTIFIER(__newobj_ex__); in save_reduce()
/third_party/python/Lib/test/
Dtest_descr.py5058 self.assertEqual(reduce_value[0], copyreg.__newobj_ex__)
/third_party/python/Objects/
Dtypeobject.c5223 _Py_IDENTIFIER(__newobj_ex__); in reduce_newobj()