MCPcopy Index your code
hub / github.com/nodejs/node / parse

Method parse

tools/inspector_protocol/jinja2/ext.py:412–415  ·  view source on GitHub ↗
(self, parser)

Source from the content-addressed store, hash-verified

410 tags = set(['do'])
411
412 def parse(self, parser):
413 node = nodes.ExprStmt(lineno=next(parser.stream).lineno)
414 node.node = parser.parse_tuple()
415 return node
416
417
418class LoopControlExtension(Extension):

Callers

nothing calls this directly

Calls 2

nextFunction · 0.50
parse_tupleMethod · 0.45

Tested by

no test coverage detected