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

Method listdir

apacheconfig/reader.py:22–23  ·  view source on GitHub ↗
(self, filepath)

Source from the content-addressed store, hash-verified

20 return self._path.isdir(filepath)
21
22 def listdir(self, filepath):
23 return self._os.listdir(filepath)
24
25 def open(self, filename, mode='r', encoding='utf-8', bufsize=-1):
26 return io.open(filename, mode, bufsize, encoding=encoding)

Callers 2

testParseFilesMethod · 0.80
g_includeMethod · 0.80

Calls

no outgoing calls

Tested by 1

testParseFilesMethod · 0.64