Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudpipe/cloudpickle
/ nested_function_factory
Function
nested_function_factory
tests/generate_old_pickles.py:33–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
32
33
def
nested_function_factory():
34
a = 1
35
36
def
nested_function(b):
37
return
a + b
38
39
return
nested_function
40
41
42
if
__name__ ==
"__main__"
:
Callers
1
generate_old_pickles.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…