MCPcopy Create free account
hub / github.com/certbot/certbot / release

Method release

certbot/src/certbot/_internal/lock.py:62–66  ·  view source on GitHub ↗

Release the lock on the file, allowing any other Certbot instance to acquire it.

(self)

Source from the content-addressed store, hash-verified

60 self._lock_mechanism.acquire()
61
62 def release(self) -> None:
63 """
64 Release the lock on the file, allowing any other Certbot instance to acquire it.
65 """
66 self._lock_mechanism.release()
67
68 def is_locked(self) -> bool:
69 """

Callers 9

_handle_lockFunction · 0.95
_release_locksFunction · 0.45
get_python_os_infoFunction · 0.45
closeMethod · 0.45
test_locked_reprMethod · 0.45
test_released_reprMethod · 0.45
test_removedMethod · 0.45
test_prepare_lockedMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_locked_reprMethod · 0.36
test_released_reprMethod · 0.36
test_removedMethod · 0.36
test_prepare_lockedMethod · 0.36