Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudpipe/cloudpickle
/ list_registry_pickle_by_value
Function
list_registry_pickle_by_value
cloudpickle/cloudpickle.py:177–178 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
176
177
def
list_registry_pickle_by_value():
178
return
_PICKLE_BY_VALUE_MODULES.copy()
179
180
181
def
_is_registered_pickle_by_value(module):
Callers
4
test_pickle_constructs_from_module_registered_for_pickling_by_value
Method · 0.90
test_pickle_constructs_from_installed_packages_registered_for_pickling_by_value
Method · 0.90
test_pickle_various_versions_of_the_same_function_with_different_pickling_method
Method · 0.90
test_register_pickle_by_value
Function · 0.90
Calls
no outgoing calls
Tested by
4
test_pickle_constructs_from_module_registered_for_pickling_by_value
Method · 0.72
test_pickle_constructs_from_installed_packages_registered_for_pickling_by_value
Method · 0.72
test_pickle_various_versions_of_the_same_function_with_different_pickling_method
Method · 0.72
test_register_pickle_by_value
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…