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