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

Method add_source_dir

test/pyhttpd/env.py:76–77  ·  view source on GitHub ↗
(self, source_dir)

Source from the content-addressed store, hash-verified

74 self._optional_modules = []
75
76 def add_source_dir(self, source_dir):
77 self._source_dirs.append(source_dir)
78
79 def add_modules(self, modules: List[str]):
80 self._modules.extend(modules)

Callers 4

__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