Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ __writeBinary
Method
__writeBinary
lib/py/src/protocol/TCompactProtocol.py:287–289 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
285
self.trans.write(uuid.bytes)
286
287
def
__writeBinary(self, s):
288
self.__writeSize(len(s))
289
self.trans.write(s)
290
writeBinary = writer(__writeBinary)
291
292
def
readFieldBegin(self):
Callers
1
writeMessageBegin
Method · 0.95
Calls
2
__writeSize
Method · 0.95
write
Method · 0.65
Tested by
no test coverage detected