Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ ping
Method
ping
tutorial/py.tornado/PythonServer.py:43–44 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
41
self.log = {}
42
43
def
ping(self):
44
print(
"ping()"
)
45
46
def
add(self, n1, n2):
47
print(
"add({}, {})"
.format(n1, n2))
Callers
1
communicate
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected