class BaseContext:
Known subclasses: django.template.context.Context
, django.template.context.RenderContext
Undocumented
Method | __contains__ |
Undocumented |
Method | __copy__ |
Undocumented |
Method | __delitem__ |
Delete a variable from the current context |
Method | __eq__ |
Compare two contexts by comparing theirs 'dicts' attributes. |
Method | __getitem__ |
Get a variable's value, starting at the current context and going upward |
Method | __init__ |
Undocumented |
Method | __iter__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | __setitem__ |
Set a variable in the current context |
Method | _reset_dicts |
Undocumented |
Method | flatten |
Return self.dicts as one dictionary. |
Method | get |
Undocumented |
Method | new |
Return a new context with the same properties, but with only the values given in 'values' stored. |
Method | pop |
Undocumented |
Method | push |
Undocumented |
Method | set_upward |
Set a variable in one of the higher contexts if it exists there, otherwise in the current context. |
Method | setdefault |
Undocumented |
Instance Variable | dicts |
Undocumented |
django.template.context.RenderContext
django.template.context.RenderContext
Undocumented
django.template.context.RequestContext