MCPcopy Create free account
hub / github.com/django/code.djangoproject.com / _

Function _

noshadows.py:85–86  ·  view source on GitHub ↗
(token: tokens.WhitespaceToken)

Source from the content-addressed store, hash-verified

83
84@tokenstr.register
85def _(token: tokens.WhitespaceToken):
86 return " "
87
88
89@tokenstr.register

Callers

nothing calls this directly

Calls 1

tokenlist_to_strFunction · 0.85

Tested by

no test coverage detected