pytuflow.Grid.data_types#
- Grid.data_types(filter_by=None)#
Returns all the available data types (result types) for the output given the context.
The
filter_byis an optional input that can be used to filter the return further. E.g. this can be used to return only data types that contain maximum results.- Parameters:
filter_by (str, optional) – The context to filter the data types by.
- Returns:
The available data types.
- Return type:
list[str]