MCPcopy
hub / github.com/django/django / item_attributes

Method item_attributes

django/utils/feedgenerator.py:238–243  ·  view source on GitHub ↗

Return extra attributes to place on each item (i.e. item/entry) element.

(self, item)

Source from the content-addressed store, hash-verified

236 pass
237
238 def item_attributes(self, item):
239 """
240 Return extra attributes to place on each item (i.e. item/entry)
241 element.
242 """
243 return {}
244
245 def add_item_elements(self, handler, item):
246 """

Callers 2

write_itemsMethod · 0.45
write_itemsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected