Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeJSONArrayEnd
Method
writeJSONArrayEnd
lib/py/src/protocol/TJSONProtocol.py:248–250 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
246
self.pushContext(JSONListContext(self))
247
248
def
writeJSONArrayEnd(self):
249
self.popContext()
250
self.trans.write(RBRACKET)
251
252
def
readJSONSyntaxChar(self, character):
253
current = self.reader.read()
Callers
1
_writeCollectionEnd
Method · 0.45
Calls
2
popContext
Method · 0.95
write
Method · 0.65
Tested by
no test coverage detected