lutin.arg.ArgElement Class Reference
Public Member Functions | |
def | get_option_name (self) |
def | get_arg (self) |
def | display (self) |
Public Attributes | |
option | |
arg | |
Detailed Description
Single argument class.
It permit to define the getted argument.
Member Function Documentation
def lutin.arg.ArgElement.display | ( | self | ) |
Display the Argument property.
- Parameters
-
[in] self Class handle
def lutin.arg.ArgElement.get_arg | ( | self | ) |
Get argument data set by the user.
- Parameters
-
[in] self Class handle
- Returns
- (string) The argument value
def lutin.arg.ArgElement.get_option_name | ( | self | ) |
Get the name of the argument: (write in fullmode ex: '–verbose' even if user write '-v')
- Parameters
-
[in] self Class handle
- Returns
- (string) The argument name
The documentation for this class was generated from the following file:
- lutin/lutin/arg.py