MCPcopy
hub / github.com/django/django / item_title

Method item_title

django/contrib/syndication/views.py:51–53  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

49 return response
50
51 def item_title(self, item):
52 # Titles should be double escaped by default (see #6533)
53 return escape(str(item))
54
55 def item_description(self, item):
56 return str(item)

Callers

nothing calls this directly

Calls 1

escapeFunction · 0.90

Tested by

no test coverage detected