MCPcopy
hub / github.com/django/django / add_root_elements

Method add_root_elements

tests/syndication_tests/feeds.py:281–283  ·  view source on GitHub ↗
(self, handler)

Source from the content-addressed store, hash-verified

279 return attrs
280
281 def add_root_elements(self, handler):
282 super().add_root_elements(handler)
283 handler.addQuickElement("spam", "eggs")
284
285 def item_attributes(self, item):
286 attrs = super().item_attributes(item)

Callers

nothing calls this directly

Calls 1

addQuickElementMethod · 0.80

Tested by

no test coverage detected