pollination_dsl.function.outputs module¶
- class pollination_dsl.function.outputs.Outputs¶
Bases:
object
Function outputs.
- bool¶
alias of
BooleanOutput
- dict¶
alias of
DictOutput
- file¶
alias of
FileOutput
- float¶
alias of
NumberOutput
- folder¶
alias of
FolderOutput
- int¶
alias of
IntegerOutput
- list¶
alias of
ListOutput
- path¶
alias of
PathOutput
- str¶
alias of
StringOutput