b.t.LateReadError(
object
) : class documentation
Part of
bzrlib
.
transport
View In Hierarchy
A helper for transports which pretends to be a readable file.
When read() is called, errors.ReadError is raised.
Method
__init__
Undocumented
Method
close
a no-op - do nothing.
Method
__iter__
Undocumented
Method
read
Undocumented
Method
readlines
Undocumented
Method
_fail
Raise ReadError.
def __init__(self, path):
Undocumented
def close(self):
a no-op - do nothing.
def _fail(self):
Raise ReadError.
def __iter__(self):
Undocumented
def read(self, count=-1):
Undocumented
def readlines(self):
Undocumented
API Documentation
for Bazaar, generated by
pydoctor
at 2022-06-16 00:25:16.