Context.get(key, otherwise=None) Returns the value for key if key is in the context, else returns
Context.push()
static() [source] If this processor is enabled, every RequestContext will contain
get_template_sources(template_name) [source] A method that takes a template_name
tz() [source] If this processor is enabled, every RequestContext will contain
class Context(dict_=None) [source] This class lives at django.template.Context
Context.flatten() Using flatten() method you can get whole Context stack as one dictionary including
get_template(template_name, skip=None) [source] Returns a Template object for
class eggs.Loader Deprecated since version 1.9: Distributing applications
Context.update(other_dict) [source] In addition to push() and pop()
Page 1 of 4