MCPcopy
hub / github.com/django/django / pop

Method pop

django/template/context.py:62–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 return ContextDict(self, *dicts, **kwargs)
61
62 def pop(self):
63 if len(self.dicts) == 1:
64 raise ContextPopException
65 return self.dicts.pop()
66
67 def __setitem__(self, key, value):
68 "Set a variable in the current context"

Callers 15

renderMethod · 0.45
do_translateFunction · 0.45
do_block_translateFunction · 0.45
__call__Method · 0.45
requestMethod · 0.45
genericMethod · 0.45
__getstate__Method · 0.45
appendMethod · 0.45
rstrip_last_elementMethod · 0.45
handle_endtagMethod · 0.45
__exit__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected