Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
463
class
_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
469
class
Lexer:
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected