ParsedTranscript

The parsed events of a single transcript file.

Usage

Source

ParsedTranscript(
    path,
    mtime,
    events,
)

Parameter Attributes

path: Path
mtime: float
events: 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.