MCPcopy
hub / github.com/django/django / items

Method items

django/contrib/sitemaps/__init__.py:77–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 return paginator.Paginator(self._items(), self.limit)
76
77 def items(self):
78 return []
79
80 def location(self, item):
81 return item.get_absolute_url()

Callers 15

_itemsMethod · 0.95
get_latest_lastmodMethod · 0.95
_post_processMethod · 0.45
save_manifestMethod · 0.45
render_password_as_hashFunction · 0.45
create_collationMethod · 0.45
__init__Method · 0.45
as_sqlMethod · 0.45
validateMethod · 0.45
to_pythonMethod · 0.45
validateMethod · 0.45
get_prep_valueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected