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