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

Class InvalidMailbox

Lib/email/_header_value_parser.py:499–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497
498
499class InvalidMailbox(TokenList):
500
501 token_type = 'invalid-mailbox'
502
503 @property
504 def display_name(self):
505 return None
506
507 local_part = domain = route = addr_spec = display_name
508
509
510class Domain(TokenList):

Callers 1

get_invalid_mailboxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…