MCPcopy
hub / github.com/encode/uvicorn / pong

Method pong

uvicorn/supervisors/multiprocess.py:45–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 return False
44
45 def pong(self) -> None:
46 self.child_conn.recv()
47 self.child_conn.send(b"pong")
48
49 def always_pong(self) -> None:
50 while True:

Callers 1

always_pongMethod · 0.95

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected