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

Method _call

certbot/src/certbot/_internal/tests/lock_test.py:38–40  ·  view source on GitHub ↗
(cls, *args, **kwargs)

Source from the content-addressed store, hash-verified

36 """Tests for certbot._internal.lock.LockFile."""
37 @classmethod
38 def _call(cls, *args, **kwargs):
39 from certbot._internal.lock import LockFile
40 return LockFile(*args, **kwargs)
41
42 def setUp(self):
43 super().setUp()

Callers 6

test_locked_reprMethod · 0.95
test_released_reprMethod · 0.95
test_raceMethod · 0.95
test_removedMethod · 0.95

Calls 1

LockFileClass · 0.90

Tested by

no test coverage detected