ToDict#

class patch_denoise.bindings.cli.ToDict(option_strings, dest, nargs=None, const=None, default=None, type=None, choices=None, required=False, help=None, metavar=None)[source]#

Bases: Action

A custom argparse “store” action to handle a list of key=value pairs.

Methods

__init__

format_usage

__call__(parser, namespace, values, option_string=None)[source]#

Call the argument.