Add doc strings

This commit is contained in:
Erik Johnston 2015-05-22 15:18:04 +01:00
parent ebfdd2eb5b
commit 284f55a7fb
3 changed files with 7 additions and 0 deletions

View file

@ -190,6 +190,8 @@ class FederationClient(FederationBase):
outlier (bool): Indicates whether the PDU is an `outlier`, i.e. if
it's from an arbitary point in the context as opposed to part
of the current block of PDUs. Defaults to `False`
timeout (int): How long to try (in ms) each destination for before
moving to the next destination. None indicates no timeout.
Returns:
Deferred: Results in the requested PDU.