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

Method open

apacheconfig/reader.py:25–26  ·  view source on GitHub ↗
(self, filename, mode='r', encoding='utf-8', bufsize=-1)

Source from the content-addressed store, hash-verified

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 4

testDumpWholeConfigMethod · 0.80
loadMethod · 0.80
dumpMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by 1

testDumpWholeConfigMethod · 0.64