MCPcopy 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
104def tokenlist_to_str(tokens):
105 return "".join(map(tokenstr, tokens))
106
107
108def selector_str(rule):

Callers 2

_Function · 0.85
selector_strFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected