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

Class Domain

Lib/email/_header_value_parser.py:510–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508
509
510class Domain(TokenList):
511
512 token_type = 'domain'
513 as_ew_allowed = False
514
515 @property
516 def domain(self):
517 return ''.join(super().value.split())
518
519
520class DotAtom(TokenList):

Callers 1

get_domainFunction · 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…