Package kenozooid :: Package cli :: Class UDDFInputAction

Class UDDFInputAction

source code

               object --+        
                        |        
argparse._AttributeHolder --+    
                            |    
              argparse.Action --+
                                |
                               UDDFInputAction

Parse arguments being a list of UDDF input files with '-k' option per input file.
Instance Methods
 
__call__(self, parser, namespace, values, opt=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, opt=None)
(Call operator)

source code 
Overrides: argparse.Action.__call__