mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-20 03:36:25 +00:00
more docstring
This commit is contained in:
parent
a38188164f
commit
9f6fcde2f1
@ -74,6 +74,10 @@ KNOWN_CAPABILITIES = [
|
|||||||
|
|
||||||
def capability_generator(kind):
|
def capability_generator(kind):
|
||||||
"""
|
"""
|
||||||
|
Deterministically generates a streap of valid capabilities of the
|
||||||
|
given kind. The N, K and size values aren't related to anything
|
||||||
|
real.
|
||||||
|
|
||||||
:param str kind: the kind of capability, like `URI:CHK`
|
:param str kind: the kind of capability, like `URI:CHK`
|
||||||
|
|
||||||
:returns: a generator that yields new capablities of a particular
|
:returns: a generator that yields new capablities of a particular
|
||||||
|
Loading…
Reference in New Issue
Block a user