MECO™ API Reference
Namespaces | Functions
pythonUtilsLib.py File Reference

[ FILE ] - Utilities. More...

Namespaces

 mCore.pythonUtilsLib
 [ MODULE ] - Utilities.
 

Functions

def mCore.pythonUtilsLib.createPythonPackage (path, name, createUnitTestPackage=True)
 Create a Python package. More...
 
def mCore.pythonUtilsLib.createPythonModule (path, name='__init__.py', content=None)
 Create a Python module with given name in given path. More...
 
def mCore.pythonUtilsLib.removePythonObjects (path=None, verbose=False)
 Remove all files with .pyc and .pyo extension recursively. More...
 

Detailed Description

[ FILE ] - Utilities.