MCPcopy
hub / github.com/certbot/certbot / _call

Method _call

certbot/src/certbot/_internal/tests/hook_test.py:366–368  ·  view source on GitHub ↗
(cls, *args, **kwargs)

Source from the content-addressed store, hash-verified

364
365 @classmethod
366 def _call(cls, *args, **kwargs):
367 from certbot._internal.hooks import deploy_hook
368 return deploy_hook(*args, **kwargs)
369
370 def setUp(self):
371 super().setUp()

Callers

nothing calls this directly

Calls 1

deploy_hookFunction · 0.90

Tested by

no test coverage detected