class documentation

class _GenerateConfigFileAction(_AccessRunObjectAction): (source)

View In Hierarchy

Generate a .toml format configuration file.

Method __call__ Undocumented

Inherited from _AccessRunObjectAction:

Method __init__ Undocumented
Instance Variable run Undocumented
def __call__(self, parser: argparse.ArgumentParser, namespace: argparse.Namespace, values: (str|Sequence[Any])|None, option_string: str|None = '--generate-toml-config'): (source)