()
| 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 |