HomeSort by relevance Sort by last modified time
    Searched refs:__getinitargs__ (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
copy.py 46 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__()
pickle.py 697 if hasattr(obj, '__getinitargs__'):
698 args = obj.__getinitargs__()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
copy.py 46 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__()
pickle.py 697 if hasattr(obj, '__getinitargs__'):
698 args = obj.__getinitargs__()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_copy.py 127 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
pickletester.py 125 def __getinitargs__(self): member in class:initarg
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_copy.py 127 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
pickletester.py 125 def __getinitargs__(self): member in class:initarg
    [all...]

Completed in 330 milliseconds