MCPcopy Index your code
hub / github.com/RustPython/RustPython / Token

Class Token

Lib/email/_header_value_parser.py:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221
222class Token(TokenList):
223 token_type = 'token'
224 encode_as_ew = False
225
226
227class EncodedWord(TokenList):

Callers 1

get_tokenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected