MCPcopy Create free account
hub / github.com/apache/thrift / __readBinary

Method __readBinary

lib/py/src/protocol/TCompactProtocol.py:433–436  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

431 return val
432
433 def __readBinary(self):
434 size = self.__readSize()
435 self._check_string_length(size)
436 return self.trans.readAll(size)
437 readBinary = reader(__readBinary)
438
439 def __getTType(self, byte):

Callers 1

readMessageBeginMethod · 0.95

Calls 3

__readSizeMethod · 0.95
_check_string_lengthMethod · 0.95
readAllMethod · 0.45

Tested by

no test coverage detected