finesse.script.containers.TokenMixin¶
Overview
- class finesse.script.containers.TokenMixin(lineno: int, start_index: int, stop_index: int, type: str)[source]¶
Bases:
TokenContainerA class that provides functionality shared by
KatMetaTokenandKatToken.Injected this way to prevent
KatTokeninheriting fromKatMetaToken, which would be confusing since they are both tokens, but one represent real tokens while the other does not.