Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ write
Method
write
lib/py/src/protocol/TJSONProtocol.py:140–141 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
138
self.colon = not self.colon
139
140
def
write(self):
141
self.doIO(self.protocol.trans.write)
142
143
def
read(self):
144
self.doIO(self.protocol.readJSONSyntaxChar)
Callers
nothing calls this directly
Calls
1
doIO
Method · 0.95
Tested by
no test coverage detected