Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RawdogReverend/TermNet
/ __init__
Method
__init__
ui/webserver/web_ui_server.py:17–19 ·
view source on GitHub ↗
(self, uri=WEBSOCKET_URI)
Source
from the content-addressed store, hash-verified
15
16
class
TermNetClient:
17
def
__init__(self, uri=WEBSOCKET_URI):
18
self.uri = uri
19
self.websocket = None
20
21
22
import
re
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected