MCPcopy Create free account
hub / github.com/pyload/pyload / parse

Method parse

module/lib/jinja2/parser.py:892–896  ·  view source on GitHub ↗

Parse the whole template into a `Template` node.

(self)

Source from the content-addressed store, hash-verified

890 return body
891
892 def parse(self):
893 """Parse the whole template into a `Template` node."""
894 result = nodes.Template(self.subparse(), lineno=1)
895 result.set_environment(self.environment)
896 return result

Callers

nothing calls this directly

Calls 2

subparseMethod · 0.95
set_environmentMethod · 0.80

Tested by

no test coverage detected