spark.core.signature_parser#
Functions#
Produce a tuple of fully expanded, non-union, non-merged type variants. |
|
|
|
|
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.normalize_typehint(t)[source]#
Produce a tuple of fully expanded, non-union, non-merged type variants.
- 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: