MECO™ API Reference
Public Member Functions | List of all members
mMeco.libs.requestLib.Request Class Reference

[ CLASS ] - Request. More...

Inheritance diagram for mMeco.libs.requestLib.Request:

Public Member Functions

def __init__ (self)
 Constructor. More...
 
def __str__ (self)
 String representation. More...
 
def argumentParser (self)
 Property. More...
 
def args (self)
 Property. More...
 
def unknownArgs (self)
 Property. More...
 
def command (self)
 Property. More...
 
def setCommand (self, command)
 Property. More...
 
def pythonVersion (self)
 Property. More...
 
def platform (self)
 Property. More...
 
def about (self)
 Property. More...
 
def version (self)
 Property. More...
 
def project (self)
 Property. More...
 
def developer (self)
 Property. More...
 
def development (self)
 Property. More...
 
def stage (self)
 Property. More...
 
def app (self)
 Property. More...
 
def appArgs (self)
 Property. More...
 
def ignoreAppExec (self)
 Property. More...
 
def displayOnly (self)
 Property. More...
 
def setOnly (self)
 Property. More...
 
def verbose (self)
 Property. More...
 
def displayInfo (self)
 Property. More...
 
def ignoreEnvScripts (self)
 Property. More...
 
def ignoreEnvCommands (self)
 Property. More...
 
def ignorePre (self)
 Property. More...
 
def ignorePost (self)
 Property. More...
 
def raiseExceptions (self)
 Property. More...
 
def last (self)
 Property. More...
 
def cacheWrite (self)
 Property. More...
 
def cacheRead (self)
 Property. More...
 
def allLib (self)
 Property. More...
 
def asStr (self)
 Get string representation of the class. More...
 
def parse (self)
 Parse parameters from sys. More...
 
def parseFromStr (self, parameters)
 Parse parameters from given string. More...
 

Detailed Description

[ CLASS ] - Request.

Constructor & Destructor Documentation

◆ __init__()

def mMeco.libs.requestLib.Request.__init__ (   self)

Constructor.

Exceptions
N/A
Returns
None - None.

Member Function Documentation

◆ __str__()

def mMeco.libs.requestLib.Request.__str__ (   self)

String representation.

Exceptions
N/A
Returns
str - String representation.

◆ argumentParser()

def mMeco.libs.requestLib.Request.argumentParser (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ args()

def mMeco.libs.requestLib.Request.args (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ unknownArgs()

def mMeco.libs.requestLib.Request.unknownArgs (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ command()

def mMeco.libs.requestLib.Request.command (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ setCommand()

def mMeco.libs.requestLib.Request.setCommand (   self,
  command 
)

Property.

Parameters
command[ str | None | in ] - Command.
Exceptions
N/A
Returns
None - None.

◆ pythonVersion()

def mMeco.libs.requestLib.Request.pythonVersion (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ platform()

def mMeco.libs.requestLib.Request.platform (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ about()

def mMeco.libs.requestLib.Request.about (   self)

Property.

Exceptions
N/A
Returns
bool - Value.

◆ version()

def mMeco.libs.requestLib.Request.version (   self)

Property.

Exceptions
N/A
Returns
bool - Value.

◆ project()

def mMeco.libs.requestLib.Request.project (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ developer()

def mMeco.libs.requestLib.Request.developer (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ development()

def mMeco.libs.requestLib.Request.development (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ stage()

def mMeco.libs.requestLib.Request.stage (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ app()

def mMeco.libs.requestLib.Request.app (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ appArgs()

def mMeco.libs.requestLib.Request.appArgs (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ ignoreAppExec()

def mMeco.libs.requestLib.Request.ignoreAppExec (   self)

Property.

Exceptions
N/A
Returns
bool - Value.

◆ displayOnly()

def mMeco.libs.requestLib.Request.displayOnly (   self)

Property.

Exceptions
N/A
Returns
bool - Value.

◆ setOnly()

def mMeco.libs.requestLib.Request.setOnly (   self)

Property.

Exceptions
N/A
Returns
bool - Value.

◆ verbose()

def mMeco.libs.requestLib.Request.verbose (   self)

Property.

Exceptions
N/A
Returns
bool - Value.

◆ displayInfo()

def mMeco.libs.requestLib.Request.displayInfo (   self)

Property.

Exceptions
N/A
Returns
bool - Value.

◆ ignoreEnvScripts()

def mMeco.libs.requestLib.Request.ignoreEnvScripts (   self)

Property.

Exceptions
N/A
Returns
bool - Value.

◆ ignoreEnvCommands()

def mMeco.libs.requestLib.Request.ignoreEnvCommands (   self)

Property.

Exceptions
N/A
Returns
bool - Value.

◆ ignorePre()

def mMeco.libs.requestLib.Request.ignorePre (   self)

Property.

Exceptions
N/A
Returns
bool - Value.

◆ ignorePost()

def mMeco.libs.requestLib.Request.ignorePost (   self)

Property.

Exceptions
N/A
Returns
bool - Value.

◆ raiseExceptions()

def mMeco.libs.requestLib.Request.raiseExceptions (   self)

Property.

Exceptions
N/A
Returns
bool - Value.

◆ last()

def mMeco.libs.requestLib.Request.last (   self)

Property.

Exceptions
N/A
Returns
bool - Value.

◆ cacheWrite()

def mMeco.libs.requestLib.Request.cacheWrite (   self)

Property.

Exceptions
N/A
Returns
bool - Value.

◆ cacheRead()

def mMeco.libs.requestLib.Request.cacheRead (   self)

Property.

Exceptions
N/A
Returns
bool - Value.

◆ allLib()

def mMeco.libs.requestLib.Request.allLib (   self)

Property.

Exceptions
N/A
Returns
str - Value.

◆ asStr()

def mMeco.libs.requestLib.Request.asStr (   self)

Get string representation of the class.

Exceptions
N/A
Returns
str - Information about the package in human readable form.

◆ parse()

def mMeco.libs.requestLib.Request.parse (   self)

Parse parameters from sys.

Exceptions
N/A
Returns
None - None.

◆ parseFromStr()

def mMeco.libs.requestLib.Request.parseFromStr (   self,
  parameters 
)

Parse parameters from given string.

Parameters
parameters[ str | None | in ] - Parameters.
Exceptions
N/A
Returns
None - None.

The documentation for this class was generated from the following file: