Searched refs:__getinitargs__ (Results 1 - 8 of 8) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcopy.py46 to control pickling: they can define methods called __getinitargs__(),
126 if hasattr(x, '__getinitargs__'):
127 args = x.__getinitargs__()
286 if hasattr(x, '__getinitargs__'):
287 args = x.__getinitargs__()
H A Dpickle.py697 if hasattr(obj, '__getinitargs__'):
698 args = obj.__getinitargs__()
1049 not hasattr(klass, "__getinitargs__")):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcopy.py46 to control pickling: they can define methods called __getinitargs__(),
126 if hasattr(x, '__getinitargs__'):
127 args = x.__getinitargs__()
286 if hasattr(x, '__getinitargs__'):
287 args = x.__getinitargs__()
H A Dpickle.py697 if hasattr(obj, '__getinitargs__'):
698 args = obj.__getinitargs__()
1049 not hasattr(klass, "__getinitargs__")):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_copy.py127 def __getinitargs__(self): member in class:TestCopy.test_copy_inst_getinitargs.C
347 def __getinitargs__(self): member in class:TestCopy.test_deepcopy_inst_getinitargs.C
H A Dpickletester.py125 def __getinitargs__(self): member in class:initarg
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_copy.py127 def __getinitargs__(self): member in class:TestCopy.test_copy_inst_getinitargs.C
347 def __getinitargs__(self): member in class:TestCopy.test_deepcopy_inst_getinitargs.C
H A Dpickletester.py125 def __getinitargs__(self): member in class:initarg

Completed in 20 milliseconds