otld.utils.LineTracker.LineTracker¶
- class otld.utils.LineTracker.LineTracker¶
Bases:
object
Class to handle tracking the sources of line numbers
- __init__()¶
Initiate sources dictionary
Methods
__init__
()Initiate sources dictionary
export
(path)Export sources dictionary to an Excel workbook
- export(path: str)¶
Export sources dictionary to an Excel workbook
- Args:
path (str): Path to an existing Excel workbook/Excel workbook to be created.