[ CLASS ] - Package global env.
More...
[ CLASS ] - Package global env.
◆ __init__()
| def mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnv.__init__ |
( |
|
self, |
|
|
|
name |
|
) |
| |
Constructor.
- Parameters
-
| name | [ str | None | in ] - Name of the Package global env class. |
- Exceptions
-
- Returns
- None - None.
◆ __str__()
| def mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnv.__str__ |
( |
|
self | ) |
|
String representation.
- Exceptions
-
- Returns
- str - String representation.
◆ name()
| def mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnv.name |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ attributes()
| def mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnv.attributes |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- list of dict - Value.
◆ sort()
| def mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnv.sort |
( |
|
self | ) |
|
Sort attributes.
- Exceptions
-
- Returns
- None - None.
◆ addAttribute()
| def mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnv.addAttribute |
( |
|
self, |
|
|
|
name, |
|
|
|
value |
|
) |
| |
Add variable.
- Parameters
-
| name | [ str | None | in ] - Name of the variable. |
| value | [ list of str | None | in ] - Values. |
- Exceptions
-
- Returns
- None - None.
◆ asStr()
| def mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnv.asStr |
( |
|
self | ) |
|
Get string representation of the class.
- Exceptions
-
- Returns
- str - Information about the package in human readable form.
The documentation for this class was generated from the following file: