Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeMessageEnd
Method
writeMessageEnd
lib/py/src/protocol/TJSONProtocol.py:499–500 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
497
self.writeJSONNumber(seqid)
498
499
def
writeMessageEnd(self):
500
self.writeJSONArrayEnd()
501
502
def
writeStructBegin(self, name):
503
self.writeJSONObjectStart()
Callers
nothing calls this directly
Calls
1
writeJSONArrayEnd
Method · 0.95
Tested by
no test coverage detected