Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ readFieldEnd
Method
readFieldEnd
lib/py/src/protocol/TJSONProtocol.py:439–440 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
437
return
(None, ttype, id)
438
439
def
readFieldEnd(self):
440
self.readJSONObjectEnd()
441
442
def
readMapBegin(self):
443
self.readJSONArrayStart()
Callers
nothing calls this directly
Calls
1
readJSONObjectEnd
Method · 0.95
Tested by
no test coverage detected