| 461 | |
| 462 | |
| 463 | class 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 | |
| 472 | class Mailbox(TokenList): |
no outgoing calls
no test coverage detected
searching dependent graphs…