MCPcopy
hub / github.com/django/django / add_stylesheets

Method add_stylesheets

django/utils/feedgenerator.py:323–325  ·  view source on GitHub ↗
(self, handler)

Source from the content-addressed store, hash-verified

321 handler.endElement("item")
322
323 def add_stylesheets(self, handler):
324 for stylesheet in self.feed["stylesheets"] or []:
325 handler.processingInstruction("xml-stylesheet", stylesheet)
326
327 def add_root_elements(self, handler):
328 handler.addQuickElement("title", self.feed["title"])

Callers 1

writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected