Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ stop
Method
stop
service/server.py:86–88 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
84
pass
85
86
def
stop(self):
87
pyfalog.warning(
"Setting pyfa server to stop."
)
88
self.run = False
89
90
def
serve(self, callback=None):
91
self.callback = callback
Callers
2
do_GET
Method · 0.45
server.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected