MCPcopy Create free account
hub / github.com/RustPython/RustPython / Domain

Class Domain

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

Source from the content-addressed store, hash-verified

501
502
503class Domain(TokenList):
504
505 token_type = 'domain'
506 as_ew_allowed = False
507
508 @property
509 def domain(self):
510 return ''.join(super().value.split())
511
512
513class DotAtom(TokenList):

Callers 1

get_domainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected