def time_selection(self): """ Project time selection. time_selection : reapy.TimeSelection """ time_selection = reapy.TimeSelection(self) return time_selection
def time_selection(self): """ Project time selection. time_selection : reapy.TimeSelection Can be set and deleted as follows: >>> project = reapy.Project() >>> project.time_selection = 3, 8 # seconds >>> del project.time_selection """ time_selection = reapy.TimeSelection(self) return time_selection