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

Method render

django/template/base.py:1106–1107  ·  view source on GitHub ↗
(self, context)

Source from the content-addressed store, hash-verified

1104 contains_nontext = False
1105
1106 def render(self, context):
1107 return SafeString("".join([node.render_annotated(context) for node in self]))
1108
1109 def get_nodes_by_type(self, nodetype):
1110 "Return a list of all nodes of the given type"

Callers

nothing calls this directly

Calls 3

SafeStringClass · 0.90
joinMethod · 0.45
render_annotatedMethod · 0.45

Tested by

no test coverage detected