spark.core.signature_parser#
Functions#
|
Returns a dictionary of the SparkModule's input port specifications. |
|
Returns a dictionary of the SparkModule's input port specifications. |
Module Contents#
- spark.core.signature_parser.get_input_specs(module)[source]#
Returns a dictionary of the SparkModule’s input port specifications.
- Parameters:
module (type[spark.core.module.SparkModule])
- Return type:
- spark.core.signature_parser.get_output_specs(module)[source]#
Returns a dictionary of the SparkModule’s input port specifications.
- Parameters:
module (type[spark.core.module.SparkModule])
- Return type: