MCPcopy
hub / github.com/pallets/jinja / parse

Method parse

src/jinja2/parser.py:715–716  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

713 if simplified:
714
715 def parse() -> nodes.Expr:
716 return self.parse_primary(with_namespace=with_namespace)
717
718 else:
719

Callers

nothing calls this directly

Calls 4

parse_primaryMethod · 0.95
parse_expressionMethod · 0.95
subparseMethod · 0.95
set_environmentMethod · 0.80

Tested by

no test coverage detected