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

Function tokenstr

noshadows.py:80–81  ·  view source on GitHub ↗
(token: tokens.Node)

Source from the content-addressed store, hash-verified

78
79@singledispatch
80def tokenstr(token: tokens.Node):
81 return token.value
82
83
84@tokenstr.register

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected