axon_synthesis.cli.synthesis¶
Entries of the Command Line Interface dedicated to synthesis.
Functions
|
Extract the atlas arguments from given config to create an AtlasConfig object. |
|
Decorate a click command to add Atlas-specific options. |
|
Decorate a click command to add output-specific options. |
|
Extract the atlas arguments from given config to create an AtlasConfig object. |
|
Extract the post-process arguments from given config to create a PostProcessConfig object. |
|
Decorate a click command to add Atlas-specific options. |
|
Extract the synthesis arguments from given config to create an SynthesisConfig object. |
|
Decorate a click command to add synthesis-specific options. |
- axon_synthesis.cli.synthesis.create_graph_kwargs_to_config(config) None¶
Extract the atlas arguments from given config to create an AtlasConfig object.
- axon_synthesis.cli.synthesis.create_graph_options(func)¶
Decorate a click command to add Atlas-specific options.
- axon_synthesis.cli.synthesis.output_options(func)¶
Decorate a click command to add output-specific options.
- axon_synthesis.cli.synthesis.outputs_kwargs_to_config(config) None¶
Extract the atlas arguments from given config to create an AtlasConfig object.
- axon_synthesis.cli.synthesis.post_process_kwargs_to_config(config) None¶
Extract the post-process arguments from given config to create a PostProcessConfig object.
- axon_synthesis.cli.synthesis.post_process_options(func)¶
Decorate a click command to add Atlas-specific options.
- axon_synthesis.cli.synthesis.synthesis_kwargs_to_config(config) None¶
Extract the synthesis arguments from given config to create an SynthesisConfig object.
- axon_synthesis.cli.synthesis.synthesis_options(func)¶
Decorate a click command to add synthesis-specific options.