We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac8276 commit 350e6e2Copy full SHA for 350e6e2
dropbox/dropbox.py
@@ -293,10 +293,6 @@ def request_json_object(self,
293
the argument for the route.
294
:param request_binary: String or file pointer representing the binary
295
payload. Use None if there is no binary payload.
296
- :param Optional[float] timeout: Maximum duration in seconds that
297
- client will wait when receiving data from server. After the timeout
298
- the client will give up on connection. If `None`, client will
299
- wait forever. Defaults to `None`.
300
:param Optional[float] timeout: Maximum duration in seconds
301
that client will wait for any single packet from the
302
server. After the timeout the client will give up on
0 commit comments