Home
last modified time | relevance | path

Searched refs:__newobj__ (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/
Dcopy_reg.py92 def __newobj__(cls, *args): function
/external/python/cpython3/Lib/
Dcopyreg.py94 def __newobj__(cls, *args): function
/external/python/cpython3/Lib/test/
Dtest_descr.py4997 self.assertEqual(reduce_value[0], copyreg.__newobj__)
5412 expected = (copyreg.__newobj__, (A,), (None, {'spam': 42}), None, None)
/external/python/cpython3/Doc/library/
Dpickle.rst676 .. XXX Mention __newobj__ special-case?
/external/python/cpython3/Tools/c-analyzer/
DTODO448 Objects/typeobject.c:reduce_newobj():PyId___newobj__ _Py_IDENTIFIER(__newobj__)
Dknown.tsv1281 Objects/typeobject.c reduce_newobj PyId___newobj__ variable _Py_IDENTIFIER(__newobj__)
/external/python/cpython2/Lib/test/
Dtest_descr.py4933 expected = (copy_reg.__newobj__, (A,), ({}, {'spam': 42}), None, None)
/external/python/cpython3/Modules/
D_pickle.c4022 _Py_IDENTIFIER(__newobj__); in save_reduce()
/external/python/cpython3/Objects/
Dtypeobject.c4612 _Py_IDENTIFIER(__newobj__); in reduce_newobj()