torchdms.cli¶
Command line interface.
Functions
Get the default_map from this context or the parent context. |
|
Enable loading of flags from a JSON file via click_config_file. |
|
Print method name and local variables. |
|
Restrict the given dictionary to the names of parameters for cmd. |
|
- torchdms.cli.json_provider(file_path, cmd_name)[source]¶
Enable loading of flags from a JSON file via click_config_file.
- torchdms.cli.print_method_name_and_locals(method_name, local_variables)[source]¶
Print method name and local variables.