Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyload/pyload
/ writeContainerStruct
Method
writeContainerStruct
module/lib/thrift/protocol/TProtocol.py:327–328 ·
view source on GitHub ↗
(self, val, spec)
Source
from the content-addressed store, hash-verified
325
self.readStructEnd()
326
327
def
writeContainerStruct(self, val, spec):
328
val.write(self)
329
330
def
writeContainerList(self, val, spec):
331
self.writeListBegin(spec[0], len(val))
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected