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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
copy_reg.py 14 def pickle(ob_type, pickle_function, constructor_ob=None):
18 if not hasattr(pickle_function, '__call__'):
20 dispatch_table[ob_type] = pickle_function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
copy_reg.py 14 def pickle(ob_type, pickle_function, constructor_ob=None):
18 if not hasattr(pickle_function, '__call__'):
20 dispatch_table[ob_type] = pickle_function
  /external/python/cpython2/Lib/
copy_reg.py 14 def pickle(ob_type, pickle_function, constructor_ob=None):
18 if not hasattr(pickle_function, '__call__'):
20 dispatch_table[ob_type] = pickle_function
  /external/python/cpython3/Lib/
copyreg.py 12 def pickle(ob_type, pickle_function, constructor_ob=None):
13 if not callable(pickle_function):
15 dispatch_table[ob_type] = pickle_function

Completed in 1447 milliseconds