(self)
| 124 | mimetypes.add_type("font/woff2", ".woff2") |
| 125 | |
| 126 | def __repr__(self) -> str: |
| 127 | return self.PREFIX |
| 128 | |
| 129 | @abc.abstractmethod |
| 130 | def listen(self, factory: TestServerFactory) -> None: |
nothing calls this directly
no outgoing calls
no test coverage detected