src.core.options = class Options(__builtin__.object)
    Options class
 
  Methods defined here:
__init__(self)
Constructor
:raise OptionsError
get_arg_values(self)
Get used input options
:raise OptionsError
:return: dict

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)