PyFile¶
-
class
cgp_generic_utils.files.PyFile(path)¶ Bases:
cgp_generic_utils.files.Filefile object that manipulates a
.pyfile on the file system-
importAsModule()¶ import the python file as module
Returns: the module object Return type: python
-