fix: Add docstring for asynch

pull/80/head
Hannah Ward 2017-05-02 10:11:01 +01:00
parent 9e59a81b4c
commit 8f9e2a77e5
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ class PyMISP(object):
:param debug: print all the messages received from the server
:param proxies: Proxy dict as describes here: http://docs.python-requests.org/en/master/user/advanced/#proxies
:param cert: Client certificate, as described there: http://docs.python-requests.org/en/master/user/advanced/#ssl-cert-verification
:param asynch: Use asynchronous processing where possible
"""
# So it can may be accessed from the misp object.