summaryrefslogtreecommitdiff
path: root/python/enterprise.py
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2022-10-21 16:32:52 +0200
committerPeter LaFosse <peter@vector35.com>2022-11-10 16:19:13 -0500
commit4019e2044e794f0f1c01e9c03bfe404b1bbd777d (patch)
tree078378dde54b97e93dde7462dfe496ec2f221de1 /python/enterprise.py
parentdce057f613ccf8a3cb0e534d51009d4c7a729de2 (diff)
Remove no longer relevant docs from py!enterprise.acquire_license
Diffstat (limited to 'python/enterprise.py')
-rw-r--r--python/enterprise.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/enterprise.py b/python/enterprise.py
index d1e74011..df5f8dd2 100644
--- a/python/enterprise.py
+++ b/python/enterprise.py
@@ -211,17 +211,9 @@ def reservation_time_limit() -> int:
def acquire_license(duration, _cache=True):
"""
Check out and activate a license from the Enterprise Server.
- If ``cache`` is True, the checkout will be saved to a local secrets storage. This is platform-dependent:
- - macOS: Saved to the user's keychain
- - Windows: Saved to the credential store
- - Linux: Saved with dbus's Secret Service API
.. note:: You must authenticate with the Enterprise Server before calling this.
- .. warning:: If ``cache`` is False, you must remember to call :func:`release_license` before the process
- exits to release the uncached license back to the server. If you forget to do so, you will
- have to either wait for the checkout to expire or have an administrator revoke the checkout.
-
:param int duration: Desired length of license checkout, in seconds.
:param bool _cache: Deprecated but left in for compatibility
"""