MCPcopy 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

testParseFilesMethod · 0.80
g_includeMethod · 0.80

Calls

no outgoing calls

Tested by 1

testParseFilesMethod · 0.64