Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ server_activate
Method
server_activate
tools/python-3.11.9-amd64/Lib/pydoc.py:2480–2483 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2478
self.server_close()
2479
2480
def
server_activate(self):
2481
self.base.server_activate(self)
2482
if
self.callback:
2483
self.callback(self)
2484
2485
class
ServerThread(threading.Thread):
2486
Callers
nothing calls this directly
Calls
1
callback
Method · 0.45
Tested by
no test coverage detected