class documentation

class _Rule(t.NamedTuple):

View In Hierarchy

Undocumented

Class Variable command Undocumented
Class Variable pattern Undocumented
Class Variable tokens Undocumented
command: t.Optional[str] =

Undocumented

pattern: t.Pattern[str] =

Undocumented

tokens: t.Union[str, t.Tuple[str, ...], t.Tuple[Failure]] =

Undocumented