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

Method getStruct

tutorial/py/PythonServer.py:72–74  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

70 return val
71
72 def getStruct(self, key):
73 print('getStruct(%d)' % (key))
74 return self.log[key]
75
76 def zip(self):
77 print('zip()')

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected