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

Method parse

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

Source from the content-addressed store, hash-verified

420 tags = set(['break', 'continue'])
421
422 def parse(self, parser):
423 token = next(parser.stream)
424 if token.value == 'break':
425 return nodes.Break(lineno=token.lineno)
426 return nodes.Continue(lineno=token.lineno)
427
428
429class WithExtension(Extension):

Callers

nothing calls this directly

Calls 1

nextFunction · 0.50

Tested by

no test coverage detected