Update docstrings

Reflect changes in bugfix Ie6d697c22ac9210c95b8006dd35963e0c836ac5c

Change-Id: Id22aef17bb6decb16693924aca299a2d5633f318
Story: 2001452
Task:  6179
This commit is contained in:
Witold Bedyk 2018-01-11 17:26:56 +01:00
parent 09a8c95900
commit c2e21e7d61
1 changed files with 6 additions and 7 deletions

View File

@ -98,13 +98,12 @@ def get_session(**kwargs):
numerical value indicating some amount (or fraction)
of seconds or 0 for no timeout. (optional, defaults
to 0)
:param bool insecure: Should request be verified or not
(optional, defaults to False)
:param union(string,tuple) ca_file: A client certificate to pass to
requests. These are of the same form as requests expects.
Either a single filename containing both the certificate
and key or a tuple containing the path to the certificate
then a path to the key. (optional)
:param verify: The verification arguments to pass to requests. These are of
the same form as requests expects, so True or False to
verify (or not) against system certificates or a path to a
bundle or CA certs to check against or None for requests to
attempt to locate and use certificates. (optional, defaults
to True)
:param bool reauthenticate: Should reauthenticate if token expires
(optional, defaults to True)
:return: session instance