mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-02 01:08:20 +00:00
docstring
This commit is contained in:
parent
9420777810
commit
10715fa26b
@ -54,6 +54,9 @@ class _FakeTahoeRoot(Resource, object):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, uri=None):
|
def __init__(self, uri=None):
|
||||||
|
"""
|
||||||
|
:param uri: a Resource to handle the `/uri` tree.
|
||||||
|
"""
|
||||||
Resource.__init__(self) # this is an old-style class :(
|
Resource.__init__(self) # this is an old-style class :(
|
||||||
self._uri = uri
|
self._uri = uri
|
||||||
self.putChild(b"uri", self._uri)
|
self.putChild(b"uri", self._uri)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user