Home
last modified time | relevance | path

Searched refs:pickle_function (Results 1 – 23 of 23) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dcopy_reg.py14 def pickle(ob_type, pickle_function, constructor_ob=None): argument
18 if not hasattr(pickle_function, '__call__'):
20 dispatch_table[ob_type] = pickle_function
/dports/lang/python37/Python-3.7.12/Lib/
H A Dcopyreg.py12 def pickle(ob_type, pickle_function, constructor_ob=None): argument
13 if not callable(pickle_function):
15 dispatch_table[ob_type] = pickle_function
/dports/lang/python27/Python-2.7.18/Lib/
H A Dcopy_reg.py14 def pickle(ob_type, pickle_function, constructor_ob=None): argument
18 if not hasattr(pickle_function, '__call__'):
20 dispatch_table[ob_type] = pickle_function
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dcopy_reg.py14 def pickle(ob_type, pickle_function, constructor_ob=None): argument
18 if not hasattr(pickle_function, '__call__'):
20 dispatch_table[ob_type] = pickle_function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dcopy_reg.py14 def pickle(ob_type, pickle_function, constructor_ob=None): argument
18 if not hasattr(pickle_function, '__call__'):
20 dispatch_table[ob_type] = pickle_function
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dcopyreg.py12 def pickle(ob_type, pickle_function, constructor_ob=None): argument
13 if not callable(pickle_function):
15 dispatch_table[ob_type] = pickle_function
/dports/lang/python38/Python-3.8.12/Lib/
H A Dcopyreg.py12 def pickle(ob_type, pickle_function, constructor_ob=None): argument
13 if not callable(pickle_function):
15 dispatch_table[ob_type] = pickle_function
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dcopyreg.py12 def pickle(ob_type, pickle_function, constructor_ob=None): argument
13 if not callable(pickle_function):
15 dispatch_table[ob_type] = pickle_function
/dports/lang/python39/Python-3.9.9/Lib/
H A Dcopyreg.py12 def pickle(ob_type, pickle_function, constructor_ob=None): argument
13 if not callable(pickle_function):
15 dispatch_table[ob_type] = pickle_function
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dcopyreg.py12 def pickle(ob_type, pickle_function, constructor_ob=None): argument
13 if not callable(pickle_function):
15 dispatch_table[ob_type] = pickle_function
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dcopyreg.py12 def pickle(ob_type, pickle_function, constructor_ob=None): argument
13 if not callable(pickle_function):
15 dispatch_table[ob_type] = pickle_function
/dports/lang/python310/Python-3.10.1/Lib/
H A Dcopyreg.py12 def pickle(ob_type, pickle_function, constructor_ob=None): argument
13 if not callable(pickle_function):
15 dispatch_table[ob_type] = pickle_function
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dcopyreg.py12 def pickle(ob_type, pickle_function, constructor_ob=None): argument
13 if not callable(pickle_function):
15 dispatch_table[ob_type] = pickle_function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/_uarray/
H A D_backend.py51 def pickle_function(func): function
68 copyreg.pickle(_Function, pickle_function)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dcopy_reg.pyi10 pickle_function: Callable[[_TypeT], Union[str, _Reduce[_TypeT]]],
H A Dcopyreg.pyi10 pickle_function: Callable[[_TypeT], Union[str, _Reduce[_TypeT]]],
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dcopyreg.pyi10 pickle_function: Callable[[_TypeT], Union[str, _Reduce[_TypeT]]],
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/3/
H A Dcopyreg.pyi10 def pickle(ob_type: _Type, pickle_function: Callable[[_Type], Union[str, _Reduce[_Type]]], construc…
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2/
H A Dcopy_reg.pyi10 def pickle(ob_type: _Type, pickle_function: Callable[[_Type], Union[str, _Reduce[_Type]]], construc…
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dcopyreg.pyi10 pickle_function: Callable[[_TypeT], Union[str, _Reduce[_TypeT]]],
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/@python2/
H A Dcopy_reg.pyi10 pickle_function: Callable[[_TypeT], Union[str, _Reduce[_TypeT]]],
/dports/devel/geany/geany-1.38/data/tags/
H A Dstd.py.tags4239 pickle�128�ob_type, pickle_function, constructor_ob=None
/dports/devel/geany-legacy/geany-1.37.1/data/tags/
H A Dstd.py.tags4239 pickle�128�ob_type, pickle_function, constructor_ob=None