plestylib#
Deprecated package shim — use plesty.lib instead of plestylib.
This package will be removed in v0.3.0.
Classes#
Package Contents#
- class plestylib._Loader(module)#
Bases:
importlib.abc.LoaderReturn an already-imported module so Python uses it for the aliased name.
- _module#
- create_module(spec)#
Return a module to initialize and into which to load.
This method should raise ImportError if anything prevents it from creating a new module. It may return None to indicate that the spec should create the new module.
- exec_module(module)#