finesse.script.containers.KatToken

Overview

class finesse.script.containers.KatToken(lineno: int, start_index: int, stop_index: int, type: str, raw_value: Any)[source]

Bases: finesse.script.containers.KatMetaToken

A real token with the corresponding text’s location, type and value.