Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeJSONObjectEnd
Method
writeJSONObjectEnd
lib/py/src/protocol/TJSONProtocol.py:239–241 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
237
self.pushContext(JSONPairContext(self))
238
239
def
writeJSONObjectEnd(self):
240
self.popContext()
241
self.trans.write(RBRACE)
242
243
def
writeJSONArrayStart(self):
244
self.context.write()
Callers
2
writeStructEnd
Method · 0.45
writeMapEnd
Method · 0.45
Calls
2
popContext
Method · 0.95
write
Method · 0.65
Tested by
no test coverage detected