tik_manager4.dcc.katana.utils ============================= .. py:module:: tik_manager4.dcc.katana.utils .. autoapi-nested-parse:: Collection of utility functions for Katana These are essentially methods are both required by the main module and the ingest, extract and/or validate modules. To prevent circular imports, these methods are collected here. Functions --------- .. autoapisummary:: tik_manager4.dcc.katana.utils.get_ranges tik_manager4.dcc.katana.utils.set_ranges Module Contents --------------- .. py:function:: get_ranges() Get the viewport ranges. Returns (list): [, , , .. py:function:: set_ranges(range_list) Set the timeline ranges. Args: range_list: list of ranges as [, , , ] Returns: None