Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudpipe/cloudpickle
/ f
Method
f
tests/cloudpickle_test.py:294–295 ·
view source on GitHub ↗
A function with no closure cells
()
Source
from the content-addressed store, hash-verified
292
293
def
test_closure_none_is_preserved(self):
294
def
f():
295
""
"A function with no closure cells"
""
296
297
self.assertTrue(
298
f.__closure__ is None,
Callers
5
test_dynamic_module
Function · 0.45
_check_dynamic_module
Method · 0.45
test_dynamic_module_with_unpicklable_builtin
Method · 0.45
test_module_importability
Method · 0.45
generate_old_pickles.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected