Package rekall :: Module args :: Class RekallArgParser
[frames] | no frames]

Class RekallArgParser

source code


Instance Methods
 
__init__(self, session=None, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
error(self, message)
error(message: string)
source code
 
parse_known_args(self, args=None, namespace=None, force=False, **_) source code
 
print_help(self, file=None) source code
 
exit(self, *args, **kwargs) source code

Inherited from argparse.ArgumentParser: add_subparsers, convert_arg_line_to_args, format_help, format_usage, format_version, parse_args, print_usage, print_version

Inherited from argparse._AttributeHolder: __repr__

Inherited from argparse._ActionsContainer: add_argument, add_argument_group, add_mutually_exclusive_group, get_default, register, set_defaults

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  ignore_errors = False
Properties

Inherited from object: __class__

Method Details

__init__(self, session=None, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

error(self, message)

source code 

error(message: string)

Prints a usage message incorporating the message to stderr and exits.

If you override this in a subclass, it should not return -- it should either exit or raise an exception.

Overrides: argparse.ArgumentParser.error
(inherited documentation)

parse_known_args(self, args=None, namespace=None, force=False, **_)

source code 
Overrides: argparse.ArgumentParser.parse_known_args

print_help(self, file=None)

source code 
Overrides: argparse.ArgumentParser.print_help

exit(self, *args, **kwargs)

source code 
Overrides: argparse.ArgumentParser.exit