MCPcopy
hub / github.com/django/django / to_url

Method to_url

django/urls/converters.py:11–12  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

9 return int(value)
10
11 def to_url(self, value):
12 return str(value)
13
14
15class StringConverter:

Callers 1

_reverse_with_prefixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected