MCPcopy Create free account
hub / github.com/nodejs/node / _Rule

Class _Rule

deps/v8/third_party/jinja2/lexer.py:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461
462
463class _Rule(t.NamedTuple):
464 pattern: t.Pattern[str]
465 tokens: t.Union[str, t.Tuple[str, ...], t.Tuple[Failure]]
466 command: t.Optional[str]
467
468
469class Lexer:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected