pybmd.toolkits.get_timeline# pybmd.toolkits.get_timeline(project: Project, timeline_name: str) → Timeline[source]# get timeline by name. Parameters: project (Project) – project to get timeline timeline_name (str) – timeline name Returns: timeline object matching the name, None if not found. Return type: Timeline