Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ writeMapBegin
Method
writeMapBegin
module/lib/thrift/protocol/TBinaryProtocol.py:73–76 ·
view source on GitHub ↗
(self, ktype, vtype, size)
Source
from the content-addressed store, hash-verified
71
self.writeByte(TType.STOP);
72
73
def
writeMapBegin(self, ktype, vtype, size):
74
self.writeByte(ktype)
75
self.writeByte(vtype)
76
self.writeI32(size)
77
78
def
writeMapEnd(self):
79
pass
Callers
nothing calls this directly
Calls
2
writeByte
Method · 0.95
writeI32
Method · 0.95
Tested by
no test coverage detected