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

Class ObsRoute

Lib/email/_header_value_parser.py:463–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461
462
463class ObsRoute(TokenList):
464
465 token_type = 'obs-route'
466
467 @property
468 def domains(self):
469 return [x.domain for x in self if x.token_type == 'domain']
470
471
472class Mailbox(TokenList):

Callers 1

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