mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-02 00:21:15 +00:00
Document trinary logic.
This commit is contained in:
parent
e3bb368184
commit
145d6b63ee
@ -182,6 +182,11 @@ class MetadataSetter(object):
|
||||
|
||||
class Adder(object):
|
||||
def __init__(self, node, entries=None, overwrite=True, create_readonly_node=None):
|
||||
"""
|
||||
:param overwrite: Either True (allow overwriting anything existing),
|
||||
False (don't allow overwriting), or ONLY_FILES (only files can be
|
||||
overwritten).
|
||||
"""
|
||||
self.node = node
|
||||
if entries is None:
|
||||
entries = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user