MCPcopy
hub / github.com/django/django / SimpleSitemap

Class SimpleSitemap

tests/sitemaps_tests/urls/http.py:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13class SimpleSitemap(Sitemap):
14 changefreq = "never"
15 priority = 0.5
16 location = "/location/"
17 lastmod = date.today()
18
19 def items(self):
20 return [object()]
21
22
23class SimplePagedSitemap(Sitemap):

Callers 1

http.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…