Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/etingof/apacheconfig
/ exists
Method
exists
apacheconfig/reader.py:16–17 ·
view source on GitHub ↗
(self, filepath)
Source
from the content-addressed store, hash-verified
14
return
self._environ
15
16
def
exists(self, filepath):
17
return
self._path.exists(filepath)
18
19
def
isdir(self, filepath):
20
return
self._path.isdir(filepath)
Callers
1
g_include
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected