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

Method add_modules

test/pyhttpd/env.py:79–80  ·  view source on GitHub ↗
(self, modules: List[str])

Source from the content-addressed store, hash-verified

77 self._source_dirs.append(source_dir)
78
79 def add_modules(self, modules: List[str]):
80 self._modules.extend(modules)
81
82 def add_optional_modules(self, modules: List[str]):
83 self._optional_modules.extend(modules)

Callers 6

makeMethod · 0.95
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected