Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
503
class
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
513
class
DotAtom(TokenList):
Callers
1
get_domain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected