Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vinyzu/Botright
/ __init__
Method
__init__
tests/server.py:207–208 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
205
206
class
TestServer:
207
def
__init__(self) -> None:
208
self.server = HTTPServer()
209
210
def
start(self) -> None:
211
self.server.start()
Callers
nothing calls this directly
Calls
1
HTTPServer
Class · 0.85
Tested by
no test coverage detected