Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
class
StringConverter:
Callers
1
_reverse_with_prefix
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected