[ CLASS ] - Request.
More...
◆ __init__()
def mMeco.libs.requestLib.Request.__init__ |
( |
|
self | ) |
|
Constructor.
- Exceptions
-
- Returns
- None - None.
◆ __str__()
def mMeco.libs.requestLib.Request.__str__ |
( |
|
self | ) |
|
String representation.
- Exceptions
-
- Returns
- str - String representation.
◆ argumentParser()
def mMeco.libs.requestLib.Request.argumentParser |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ args()
def mMeco.libs.requestLib.Request.args |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ unknownArgs()
def mMeco.libs.requestLib.Request.unknownArgs |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ command()
def mMeco.libs.requestLib.Request.command |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ setCommand()
def mMeco.libs.requestLib.Request.setCommand |
( |
|
self, |
|
|
|
command |
|
) |
| |
Property.
- Parameters
-
command | [ str | None | in ] - Command. |
- Exceptions
-
- Returns
- None - None.
◆ pythonVersion()
def mMeco.libs.requestLib.Request.pythonVersion |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ platform()
def mMeco.libs.requestLib.Request.platform |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ about()
def mMeco.libs.requestLib.Request.about |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- bool - Value.
◆ version()
def mMeco.libs.requestLib.Request.version |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- bool - Value.
◆ project()
def mMeco.libs.requestLib.Request.project |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ developer()
def mMeco.libs.requestLib.Request.developer |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ development()
def mMeco.libs.requestLib.Request.development |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ stage()
def mMeco.libs.requestLib.Request.stage |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ app()
def mMeco.libs.requestLib.Request.app |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ appArgs()
def mMeco.libs.requestLib.Request.appArgs |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ ignoreAppExec()
def mMeco.libs.requestLib.Request.ignoreAppExec |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- bool - Value.
◆ displayOnly()
def mMeco.libs.requestLib.Request.displayOnly |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- bool - Value.
◆ setOnly()
def mMeco.libs.requestLib.Request.setOnly |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- bool - Value.
◆ verbose()
def mMeco.libs.requestLib.Request.verbose |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- bool - Value.
◆ displayInfo()
def mMeco.libs.requestLib.Request.displayInfo |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- bool - Value.
◆ ignoreEnvScripts()
def mMeco.libs.requestLib.Request.ignoreEnvScripts |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- bool - Value.
◆ ignoreEnvCommands()
def mMeco.libs.requestLib.Request.ignoreEnvCommands |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- bool - Value.
◆ ignorePre()
def mMeco.libs.requestLib.Request.ignorePre |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- bool - Value.
◆ ignorePost()
def mMeco.libs.requestLib.Request.ignorePost |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- bool - Value.
◆ raiseExceptions()
def mMeco.libs.requestLib.Request.raiseExceptions |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- bool - Value.
◆ last()
def mMeco.libs.requestLib.Request.last |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- bool - Value.
◆ cacheWrite()
def mMeco.libs.requestLib.Request.cacheWrite |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- bool - Value.
◆ cacheRead()
def mMeco.libs.requestLib.Request.cacheRead |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- bool - Value.
◆ allLib()
def mMeco.libs.requestLib.Request.allLib |
( |
|
self | ) |
|
Property.
- Exceptions
-
- Returns
- str - Value.
◆ asStr()
def mMeco.libs.requestLib.Request.asStr |
( |
|
self | ) |
|
Get string representation of the class.
- Exceptions
-
- Returns
- str - Information about the package in human readable form.
◆ parse()
def mMeco.libs.requestLib.Request.parse |
( |
|
self | ) |
|
Parse parameters from sys.
- Exceptions
-
- Returns
- None - None.
◆ parseFromStr()
def mMeco.libs.requestLib.Request.parseFromStr |
( |
|
self, |
|
|
|
parameters |
|
) |
| |
Parse parameters from given string.
- Parameters
-
parameters | [ str | None | in ] - Parameters. |
- Exceptions
-
- Returns
- None - None.
The documentation for this class was generated from the following file: