Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ getStruct
Method
getStruct
tutorial/py.twisted/PythonServer.py:75–77 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
73
return
val
74
75
def
getStruct(self, key):
76
print(
'getStruct(%d)'
% (key))
77
return
self.log[key]
78
79
def
zip(self):
80
print(
'zip()'
)
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected