MCPcopy 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
33def nested_function_factory():
34 a = 1
35
36 def nested_function(b):
37 return a + b
38
39 return nested_function
40
41
42if __name__ == "__main__":

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…