Inheritance diagram for InputAction:Public Member Functions | |
| def | __init__ (self, check_class, *args, **kwargs) |
| argparse custom action. More... | |
| def | __call__ (self, parser, namespace, values, option_string=None, set_only=True) |
| def __init__ | ( | self, | |
| check_class, | |||
| * | args, | ||
| ** | kwargs | ||
| ) |
argparse custom action.
:param check_func: callable to do the real check.
References InputAction._check_class.