MCPcopy
hub / github.com/django/django / rss_attributes

Method rss_attributes

django/utils/feedgenerator.py:311–315  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

309 handler.endElement("rss")
310
311 def rss_attributes(self):
312 return {
313 "version": self._version,
314 "xmlns:atom": "http://www.w3.org/2005/Atom",
315 }
316
317 def write_items(self, handler):
318 for item in self.items:

Callers 1

writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected