Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bitmessage/PyBitmessage
/ serve_forever
Method
serve_forever
src/api.py:61–63 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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.95
Calls
no outgoing calls
Tested by
no test coverage detected