Skip to content

Core

io.text.engines.core.S = TypeVar('S', bound=Enum) module-attribute

io.text.engines.core.ScanEngine

Bases: ABC, Generic[S]

Return (match_start, match_end, target_state) triples.

compile(patterns) abstractmethod

stream(buf) abstractmethod