django.django_template.Context

Here are the examples of the python api django.django_template.Context taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: apis-client-generator Source File: data_value_test.py
Function: get_context
  def _GetContext(self, data=None):
    return django_template.Context(data or {})