MCPcopy Create free account
hub / github.com/apache/httpd / __init__

Method __init__

test/modules/md/md_env.py:27–30  ·  view source on GitHub ↗
(self, env: 'MDTestEnv')

Source from the content-addressed store, hash-verified

25class MDTestSetup(HttpdTestSetup):
26
27 def __init__(self, env: 'MDTestEnv'):
28 super().__init__(env=env)
29 self.mdenv = env
30 self.add_modules(["watchdog", "proxy_connect", "md"])
31
32 def make(self):
33 super().make()

Callers

nothing calls this directly

Calls 2

add_modulesMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected