Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/django/code.djangoproject.com
/ tokenlist_to_str
Function
tokenlist_to_str
noshadows.py:104–105 ·
view source on GitHub ↗
(tokens)
Source
from the content-addressed store, hash-verified
102
103
104
def
tokenlist_to_str(tokens):
105
return
""
.join(map(tokenstr, tokens))
106
107
108
def
selector_str(rule):
Callers
2
_
Function · 0.85
selector_str
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected