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

Class ArrayIntParser

source code


Parse input as a comma separated list of integers.

We support input in the following forms:

--pid 1,2,3,4,5

--pid 1 2 3 4 5

--pid 0x1 0x2 0x3

Instance Methods
 
Validate(self, value) source code
 
__call__(self, parser, namespace, values, option_string=None) source code
 
parse_int(self, value) (Inherited from rekall.args.IntParser) 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__