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

Method parse

deps/v8/third_party/jinja2/ext.py:586–589  ·  view source on GitHub ↗
(self, parser: "Parser")

Source from the content-addressed store, hash-verified

584 tags = {"do"}
585
586 def parse(self, parser: "Parser") -> nodes.ExprStmt:
587 node = nodes.ExprStmt(lineno=next(parser.stream).lineno)
588 node.node = parser.parse_tuple()
589 return node
590
591
592class LoopControlExtension(Extension):

Callers

nothing calls this directly

Calls 2

nextFunction · 0.50
parse_tupleMethod · 0.45

Tested by

no test coverage detected