MCPcopy
hub / github.com/cloudpipe/cloudpickle / f

Function f

tests/cloudpickle_testpkg/_cloudpickle_testpkg/__init__.py:31–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 """
30
31 def f():
32 # module_function belongs to _cloudpickle_testpkg.mod, which is a
33 # module
34 from .mod import module_function
35
36 return module_function()
37
38 def g():
39 # package_function belongs to _cloudpickle_testpkg, which is a package

Calls 1

module_functionFunction · 0.85