mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-10 04:09:58 +00:00
document internal callback
This commit is contained in:
parent
98d8c52916
commit
48f859f5d4
@ -911,7 +911,13 @@ class Mkdir(GridTestMixin, CLITestMixin, unittest.TestCase):
|
||||
self.failUnlessReallyEqual(err, "")
|
||||
self.failUnlessIn(st, out)
|
||||
return out
|
||||
|
||||
def _mkdir(ign, mutable_type, uri_prefix, dirname):
|
||||
"""
|
||||
:param str mutable_type: 'sdmf' or 'mdmf' (or uppercase versions)
|
||||
:param str uri_prefix: kind of URI
|
||||
:param str dirname: the directory alias
|
||||
"""
|
||||
d2 = self.do_cli("mkdir", "--format={}".format(mutable_type), dirname)
|
||||
d2.addCallback(_check, uri_prefix)
|
||||
def _stash_filecap(cap):
|
||||
|
Loading…
x
Reference in New Issue
Block a user