Home
last modified time | relevance | path

Searched refs:__getinitargs__ (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/
Dtest_copy.py185 def __getinitargs__(self): member in TestCopy.test_copy_inst_getinitargs.C
478 def __getinitargs__(self): member in TestCopy.test_deepcopy_inst_getinitargs.C
Dpickletester.py142 def __getinitargs__(self): member in E
176 def __getinitargs__(self): member in initarg
/third_party/python/Lib/
Ddatetime.py2212 def __getinitargs__(self): member in timezone
/third_party/python/Doc/library/
Dunittest.mock.rst2029 * Pickling: ``__reduce__``, ``__reduce_ex__``, ``__getinitargs__``,
2166 * ``__reduce__``, ``__reduce_ex__``, ``__getinitargs__``, ``__getnewargs__``,
/third_party/python/Modules/
D_datetimemodule.c3735 _Py_IDENTIFIER(__getinitargs__); in tzinfo_reduce()
D_pickle.c5813 _Py_IDENTIFIER(__getinitargs__); in instantiate()
/third_party/python/Misc/
DHISTORY29762 class that doesn't define the __getinitargs__() method, the __init__()
29765 To force calling __init__() on unpickling, define a __getinitargs__()
30238 - copy.py: Make sure the objects returned by __getinitargs__() are
30241 __getinitargs__() to return a tuple that happens to be allocated at