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

Method get_context_ref

src/jinja2/compiler.py:762–763  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

760 self._context_reference_stack.pop()
761
762 def get_context_ref(self) -> str:
763 return self._context_reference_stack[-1]
764
765 def get_resolve_func(self) -> str:
766 target = self._context_reference_stack[-1]

Callers 2

derive_contextMethod · 0.95
visit_BlockMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected