IMP Reference Guide
2.12.0
The Integrative Modeling Platform
|
IMP-specific subclass of argparse.ArgumentParser. More...
Inherits ArgumentParser.
IMP-specific subclass of argparse.ArgumentParser.
This adds options common to all IMP applications (see IMP::setup_from_argv()).
Definition at line 9781 of file __init__.py.
Public Member Functions | |
def | parse_args |
Parse the command line and return optional and positional arguments. More... | |
def IMP.ArgumentParser.parse_args | ( | self, | |
args = None , |
|||
namespace = None |
|||
) |
Parse the command line and return optional and positional arguments.
This functions in the same way as the method in the base class argparse.ArgumentParser, except that it also processes optional arguments common to all IMP applications (these are not returned in args
, but can be obtained in the usual way, e.g. by calling IMP::get_string_flag()).
Definition at line 9800 of file __init__.py.