MCPcopy Create free account
hub / github.com/etingof/apacheconfig / g_includeoptional

Method g_includeoptional

apacheconfig/loader.py:186–191  ·  view source on GitHub ↗
(self, ast)

Source from the content-addressed store, hash-verified

184 return []
185
186 def g_includeoptional(self, ast):
187 try:
188 return self.g_include(ast)
189
190 except error.ConfigFileReadError:
191 return {}
192
193 def g_include(self, ast):
194 filepath = self._unquote_tag(ast[0])

Callers

nothing calls this directly

Calls 1

g_includeMethod · 0.95

Tested by

no test coverage detected