MCPcopy Create free account
hub / github.com/apache/thrift / ping

Method ping

tutorial/py.twisted/PythonServer.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 self.log = {}
44
45 def ping(self):
46 print('ping()')
47
48 def add(self, n1, n2):
49 print('add(%d,%d)' % (n1, n2))

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected