MCPcopy Create free account
hub / github.com/wal-e/wal-e / get_all

Method get_all

wal_e/pipebuf.py:113–114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111 return bytes(out)
112
113 def get_all(self):
114 return self.get(self.byteSz)
115
116
117class NonBlockBufferedReader(object):

Callers 2

readMethod · 0.80
_partial_flushMethod · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected