|
|
__init__(self,
argv,
extra_options=[])
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
print_version(self)
Prints the version of the application and then quits. |
|
|
|
|
print_usage(self,
i_argv=None,
text=None)
Prints the online help and then quits. |
|
|
|
|
_get_value(self,
i)
Returns the value for the `i'-th option flag. |
|
|
|
|
_get_file(self,
fname)
Returns file pathname if we can find 'fname', otherwise returns None. |
|
|
|
|
| _make_ark_str(self,
arg_val) |
|
|
|
|
| _get_arg_from_envir(self,
arg,
envar,
has_val=True) |
|
|
|
|
|
|
|
_check_arg(self)
This checks some argument settings and should be called after
`self._parse_arg' method. |
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|