tfep.utils.cli.tool.KeyValueOption

class tfep.utils.cli.tool.KeyValueOption(option_name)[source]

Bases: CLIOption

A generic command line key-value option.

This descriptor simply converts the value to string.

Parameters:

option_name (str) – The name of the option in the command line interface (e.g., '-o').

__init__(option_name)

Methods

__init__(option_name)

to_subprocess(owner_instance)

Implements CLIOption.to_subprocess().

to_subprocess(owner_instance)[source]

Implements CLIOption.to_subprocess().