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