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

Method parse

tools/inspector_protocol/jinja2/parser.py:899–903  ·  view source on GitHub ↗

Parse the whole template into a `Template` node.

(self)

Source from the content-addressed store, hash-verified

897 return body
898
899 def parse(self):
900 """Parse the whole template into a `Template` node."""
901 result = nodes.Template(self.subparse(), lineno=1)
902 result.set_environment(self.environment)
903 return result

Callers

nothing calls this directly

Calls 2

subparseMethod · 0.95
set_environmentMethod · 0.45

Tested by

no test coverage detected