HomeSort by relevance Sort by last modified time
    Searched refs:pickle_function (Results 1 - 7 of 7) 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
  /prebuilts/gdb/darwin-x86/lib/python2.7/
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
  /prebuilts/gdb/linux-x86/lib/python2.7/
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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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

Completed in 268 milliseconds