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

Method parse_extends

tools/inspector_protocol/jinja2/parser.py:272–275  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

270 return node
271
272 def parse_extends(self):
273 node = nodes.Extends(lineno=next(self.stream).lineno)
274 node.template = self.parse_expression()
275 return node
276
277 def parse_import_context(self, node, default):
278 if self.stream.current.test_any('name:with', 'name:without') and \

Callers

nothing calls this directly

Calls 2

parse_expressionMethod · 0.95
nextFunction · 0.50

Tested by

no test coverage detected