MCPcopy
hub / github.com/django/django / add_item_elements

Method add_item_elements

django/utils/feedgenerator.py:352–356  ·  view source on GitHub ↗
(self, handler, item)

Source from the content-addressed store, hash-verified

350 _version = "0.91"
351
352 def add_item_elements(self, handler, item):
353 handler.addQuickElement("title", item["title"])
354 handler.addQuickElement("link", item["link"])
355 if item["description"] is not None:
356 handler.addQuickElement("description", item["description"])
357
358
359class Rss201rev2Feed(RssFeed):

Callers

nothing calls this directly

Calls 1

addQuickElementMethod · 0.80

Tested by

no test coverage detected