mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-04 17:39:19 +00:00
interfaces.py: minor improvement to IDirectoryNode.set_node
This commit is contained in:
parent
a402a5a4fb
commit
137750eca6
@ -735,7 +735,8 @@ class IDirectoryNode(IMutableFilesystemNode):
|
||||
"""I add a child at the specific name. I return a Deferred that fires
|
||||
when the operation finishes. This Deferred will fire with the child
|
||||
node that was just added. I will replace any existing child of the
|
||||
same name. The child name must be a unicode string.
|
||||
same name. The child name must be a unicode string. The 'child'
|
||||
instance must be an instance providing IDirectoryNode or IFileNode.
|
||||
|
||||
If metadata= is provided, I will use it as the metadata for the named
|
||||
edge. This will replace any existing metadata. If metadata= is left
|
||||
|
Loading…
x
Reference in New Issue
Block a user