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

Method url

django/contrib/staticfiles/storage.py:207–211  ·  view source on GitHub ↗

Return the non-hashed URL in DEBUG mode.

(self, name, force=False)

Source from the content-addressed store, hash-verified

205 return unquote(final_url)
206
207 def url(self, name, force=False):
208 """
209 Return the non-hashed URL in DEBUG mode.
210 """
211 return self._url(self.stored_name, name, force)
212
213 def get_comment_blocks(self, content, include_line_comments=False):
214 """

Callers 1

_urlMethod · 0.45

Calls 1

_urlMethod · 0.95

Tested by

no test coverage detected