Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeMapEnd
Method
writeMapEnd
lib/py/src/protocol/TJSONProtocol.py:632–633 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
630
self.writeJSONObjectStart()
631
632
def
writeMapEnd(self):
633
self.writeJSONObjectEnd()
634
635
def
_writeCollectionBegin(self, etype, size):
636
self.writeJSONArrayStart()
Callers
nothing calls this directly
Calls
1
writeJSONObjectEnd
Method · 0.45
Tested by
no test coverage detected