Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeStructEnd
Method
writeStructEnd
lib/py/src/protocol/TJSONProtocol.py:505–506 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
503
self.writeJSONObjectStart()
504
505
def
writeStructEnd(self):
506
self.writeJSONObjectEnd()
507
508
def
writeFieldBegin(self, name, ttype, id):
509
self.writeJSONNumber(id)
Callers
nothing calls this directly
Calls
1
writeJSONObjectEnd
Method · 0.95
Tested by
no test coverage detected