Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PromtEngineer/localGPT
/ ReusableTCPServer
Class
ReusableTCPServer
backend/server.py:33–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
# 🆕 Reusable TCPServer with address reuse enabled
33
class
ReusableTCPServer(socketserver.TCPServer):
34
allow_reuse_address = True
35
36
class
ChatHandler(http.server.BaseHTTPRequestHandler):
37
def
__init__(self, *args, **kwargs):
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected