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
KatMetaTokenandKatTokenInjected this way to preventKatTokeninheriting fromKatMetaToken, which would be confusing since they are both tokens, but one represent real tokens while the other does not.