Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ parse
Method
parse
deps/v8/third_party/jinja2/parser.py:710–711 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
708
else
:
709
710
def
parse() -> nodes.Expr:
711
return
self.parse_expression(with_condexpr=False)
712
713
args: t.List[nodes.Expr] = []
714
is_tuple = False
Callers
nothing calls this directly
Calls
3
parse_expression
Method · 0.95
subparse
Method · 0.95
set_environment
Method · 0.45
Tested by
no test coverage detected