Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testDumpWholeConfig
Method · 0.80
load
Method · 0.80
dump
Method · 0.80
load
Method · 0.80
Calls
no outgoing calls
Tested by
1
testDumpWholeConfig
Method · 0.64