MCPcopy
hub / github.com/django/django / __exit__

Method __exit__

django/template/context.py:24–25  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

22 return self
23
24 def __exit__(self, *args, **kwargs):
25 self.context.pop()
26
27
28class BaseContext:

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected