Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_items
Method · 0.95
get_latest_lastmod
Method · 0.95
_post_process
Method · 0.45
save_manifest
Method · 0.45
render_password_as_hash
Function · 0.45
create_collation
Method · 0.45
__init__
Method · 0.45
as_sql
Method · 0.45
validate
Method · 0.45
to_python
Method · 0.45
validate
Method · 0.45
get_prep_value
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected