datumaro.cli.util#
Functions
|
|
|
|
|
Merges arg values in a list |
|
|
|
|
Classes
|
Keeps line breaks introduced with '|n' separator and spaces introduced with '|s', also removes the 'code-block' directives. |
- class datumaro.cli.util.MultilineFormatter(keep_natural=False, **kwargs)[source]#
Bases:
HelpFormatter
Keeps line breaks introduced with ‘|n’ separator and spaces introduced with ‘|s’, also removes the ‘code-block’ directives.
- datumaro.cli.util.join_cli_args(args: Namespace, *names: Iterable[str]) List [source]#
Merges arg values in a list
Modules