|
MECO™ API Reference
|
[ MODULE ] - Command module. More...
Functions | |
| def | create () |
| Create a package. More... | |
| def | createPythonModule () |
| Create a python module for a package. More... | |
| def | createPythonPackage () |
| Create a python package for a package. More... | |
| def | displayDoc () |
| Display documentation on web browser. More... | |
| def | displayInfo () |
| Display info about the current package. More... | |
| def | findPythonPackage () |
| Find python package. More... | |
| def | runUnitTest () |
| Run all unit tests in the package. More... | |
| def | search () |
| Search packages. More... | |
[ MODULE ] - Command module.
| def mMecoPackage.packageCmd.create | ( | ) |
Create a package.
| N/A |
| def mMecoPackage.packageCmd.createPythonModule | ( | ) |
Create a python module for a package.
| N/A |
| def mMecoPackage.packageCmd.createPythonPackage | ( | ) |
Create a python package for a package.
| N/A |
| def mMecoPackage.packageCmd.displayDoc | ( | ) |
Display documentation on web browser.
| N/A |
| def mMecoPackage.packageCmd.displayInfo | ( | ) |
Display info about the current package.
| N/A |
| def mMecoPackage.packageCmd.findPythonPackage | ( | ) |
Find python package.
| N/A |
| def mMecoPackage.packageCmd.runUnitTest | ( | ) |
Run all unit tests in the package.
| N/A |
| def mMecoPackage.packageCmd.search | ( | ) |
Search packages.
| N/A |
1.8.18