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

Class IntParser

source code


Class to parse ints either in hex or as ints.

Instance Methods
 
parse_int(self, value) source code
 
__call__(self, parser, namespace, values, option_string=None) source code

Inherited from argparse.Action: __init__

Inherited from argparse._AttributeHolder: __repr__

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

Properties

Inherited from object: __class__

Method Details

__call__(self, parser, namespace, values, option_string=None)
(Call operator)

source code 
Overrides: argparse.Action.__call__