get_datastream Functions: Name Description get_datastream Attributes# Classes# Functions# get_datastream # get_datastream(**global_attrs: str) -> str Source code in tsdat/utils/get_datastream.py 4 5 6def get_datastream(**global_attrs: str) -> str: datastream_template = Template(TEMPLATE_REGISTRY["datastream"]) return datastream_template.substitute(global_attrs) Was this page helpful? Thanks for your feedback! Thanks for your feedback!