Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ readNumber
Method
readNumber
lib/py/src/protocol/TJSONProtocol.py:470–471 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
468
return
(False
if
self.readJSONInteger() == 0
else
True)
469
470
def
readNumber(self):
471
return
self.readJSONInteger()
472
readByte = readNumber
473
readI16 = readNumber
474
readI32 = readNumber
Callers
1
test_TJSONProtol_read
Method · 0.95
Calls
1
readJSONInteger
Method · 0.95
Tested by
1
test_TJSONProtol_read
Method · 0.76