MCPcopy
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,

Calls

no outgoing calls

Tested by

no test coverage detected