MCPcopy
hub / github.com/django/django / url

Method url

django/utils/feedgenerator.py:89–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87 # in case of a lazy object (like reverse_lazy(...) for example).
88 @property
89 def url(self):
90 return iri_to_uri(self._url)
91
92 @property
93 def mimetype(self):

Callers

nothing calls this directly

Calls 1

iri_to_uriFunction · 0.90

Tested by

no test coverage detected