MCPcopy Index your code
hub / github.com/python/cpython / Token

Class Token

Lib/email/_header_value_parser.py:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227
228
229class Token(TokenList):
230 token_type = 'token'
231 encode_as_ew = False
232
233
234class EncodedWord(TokenList):

Callers 1

get_tokenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…