ParsedTranscript
The parsed events of a single transcript file.
Usage
ParsedTranscript(
path,
mtime,
events,
)Parameter Attributes
path: Pathmtime: floatevents: tuple[TranscriptEvent, …]
Attributes
path: Path-
The transcript’s path on disk.
mtime: float-
The transcript’s modification time when parsed.
events: tuple[TranscriptEvent, …]- The parsed events, in file order.