MCPcopy Index your code
hub / github.com/pyload/pyload / parse_extends

Method parse_extends

module/lib/jinja2/parser.py:233–236  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

231 return node
232
233 def parse_extends(self):
234 node = nodes.Extends(lineno=next(self.stream).lineno)
235 node.template = self.parse_expression()
236 return node
237
238 def parse_import_context(self, node, default):
239 if self.stream.current.test_any('name:with', 'name:without') and \

Callers

nothing calls this directly

Calls 2

parse_expressionMethod · 0.95
nextFunction · 0.90

Tested by

no test coverage detected