|
MECO™ API Reference
|
[ FILE ] - About. More...
Namespaces | |
| mMeco.libs.aboutLib | |
| [ MODULE ] - About. | |
Functions | |
| def | mMeco.libs.aboutLib.getVersion () |
| Get version. More... | |
| def | mMeco.libs.aboutLib.getVersionAndDate () |
| Get version and date. More... | |
| def | mMeco.libs.aboutLib.getNameVersionDate () |
| Get name, version and date. More... | |
| def | mMeco.libs.aboutLib.getAboutInformation () |
| Get information about Meco. More... | |
Variables | |
| mMeco.libs.aboutLib.VERSION_MAJOR = int(mMeco.packageInfoLib.VERSION.split('.')[0]) | |
| [ int ] - Major version. | |
| mMeco.libs.aboutLib.VERSION_MINOR = int(mMeco.packageInfoLib.VERSION.split('.')[1]) | |
| [ int ] - Minor version. | |
| mMeco.libs.aboutLib.VERSION_FIX = int(mMeco.packageInfoLib.VERSION.split('.')[2]) | |
| [ int ] - Fix version. | |
| string | mMeco.libs.aboutLib.DATE = '2021-01-01' |
| [ str ] - Release date of the version. | |
| string | mMeco.libs.aboutLib.NAME = 'MECO' |
| [ str ] - Name. | |
[ FILE ] - About.
1.8.18