General utilities for kernel related things.
Curry the function f with curryArgs and curryKWargs.
Makes a tarball (as a string) of a locally imported module.
This method looks at the __file__ attribute of an imported module and makes a tarball of the top level of the module. It then reads the tarball into a binary string.
The method returns the tarball’s name and the binary string representing the tarball.
Notes: