MCPcopy Index your code
hub / github.com/python/cpython / server_activate

Method server_activate

Lib/pydoc.py:2384–2387  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2382 self.server_close()
2383
2384 def server_activate(self):
2385 self.base.server_activate(self)
2386 if self.callback:
2387 self.callback(self)
2388
2389 class ServerThread(threading.Thread):
2390

Callers

nothing calls this directly

Calls 1

callbackMethod · 0.45

Tested by

no test coverage detected