Searched refs:__getinitargs__ (Results 1 – 7 of 7) sorted by relevance
185 def __getinitargs__(self): member in TestCopy.test_copy_inst_getinitargs.C478 def __getinitargs__(self): member in TestCopy.test_deepcopy_inst_getinitargs.C
142 def __getinitargs__(self): member in E176 def __getinitargs__(self): member in initarg
2212 def __getinitargs__(self): member in timezone
2029 * Pickling: ``__reduce__``, ``__reduce_ex__``, ``__getinitargs__``,2166 * ``__reduce__``, ``__reduce_ex__``, ``__getinitargs__``, ``__getnewargs__``,
3735 _Py_IDENTIFIER(__getinitargs__); in tzinfo_reduce()
5813 _Py_IDENTIFIER(__getinitargs__); in instantiate()
29762 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__() are30241 __getinitargs__() to return a tuple that happens to be allocated at