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