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

Method has_shared_module

test/pyhttpd/env.py:233–237  ·  view source on GitHub ↗
(cls, name)

Source from the content-addressed store, hash-verified

231
232 @classmethod
233 def has_shared_module(cls, name):
234 if cls.LIBEXEC_DIR is None:
235 env = HttpdTestEnv() # will initialized it
236 path = os.path.join(cls.LIBEXEC_DIR, f"mod_{name}.so")
237 return os.path.isfile(path)
238
239 def __init__(self, pytestconfig=None):
240 self._our_dir = os.path.dirname(inspect.getfile(Dummy))

Callers 1

addMethod · 0.80

Calls 2

HttpdTestEnvClass · 0.85
joinMethod · 0.80

Tested by

no test coverage detected