mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +00:00
Actually we do need it.
This commit is contained in:
parent
83f9c0788b
commit
94e0568653
@ -552,6 +552,12 @@ class BucketReader(object):
|
|||||||
self.shnum,
|
self.shnum,
|
||||||
reason)
|
reason)
|
||||||
|
|
||||||
|
def get_length(self):
|
||||||
|
"""
|
||||||
|
Return the length of the data in the share.
|
||||||
|
"""
|
||||||
|
return self._share_file.get_length()
|
||||||
|
|
||||||
|
|
||||||
@implementer(RIBucketReader)
|
@implementer(RIBucketReader)
|
||||||
class FoolscapBucketReader(Referenceable): # type: ignore # warner/foolscap#78
|
class FoolscapBucketReader(Referenceable): # type: ignore # warner/foolscap#78
|
||||||
|
Loading…
Reference in New Issue
Block a user