| |
Methods defined here:
- __init__(self)
- In constructor program arguments are parsed and client is prepared
- parseArgs(self)
- Parses all parameters given to the application during running it
:return: returns data of all parsed parameters
- run(self)
- Client is started
:return: returns None
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes defined here:
- version = '1.0'
|