MCPcopy Create free account
hub / github.com/Vinyzu/Botright / __repr__

Method __repr__

tests/server.py:126–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected