MCPcopy
hub / github.com/django/django / render

Method render

django/template/base.py:1054–1058  ·  view source on GitHub ↗

Return the node rendered as a string.

(self, context)

Source from the content-addressed store, hash-verified

1052 token = None
1053
1054 def render(self, context):
1055 """
1056 Return the node rendered as a string.
1057 """
1058 pass
1059
1060 def render_annotated(self, context):
1061 """

Callers 15

render_annotatedMethod · 0.95
nonce_attrFunction · 0.45
instrumented_test_renderFunction · 0.45
_assert_containsMethod · 0.45
render_to_responseMethod · 0.45
csrf_failureFunction · 0.45
get_traceback_htmlMethod · 0.45
get_traceback_textMethod · 0.45
technical_404_responseFunction · 0.45
default_urlconfFunction · 0.45
directory_indexFunction · 0.45
page_not_foundFunction · 0.45

Calls

no outgoing calls

Tested by 1

_assert_containsMethod · 0.36