Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bitmessage/PyBitmessage
/ StoppableXMLRPCServer
Class
StoppableXMLRPCServer
src/api.py:58–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
58
class
StoppableXMLRPCServer(SimpleXMLRPCServer):
59
allow_reuse_address = True
60
61
def
serve_forever(self):
62
while
state.shutdown == 0:
63
self.handle_request()
64
65
66
# This is one of several classes that constitute the API
Callers
1
run
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected