Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ server_activate
Method
server_activate
Lib/pydoc.py:2432–2435 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2430
self.server_close()
2431
2432
def
server_activate(self):
2433
self.base.server_activate(self)
2434
if
self.callback:
2435
self.callback(self)
2436
2437
class
ServerThread(threading.Thread):
2438
Callers
nothing calls this directly
Calls
1
callback
Method · 0.45
Tested by
no test coverage detected