Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/getpelican/pelican
/ r
Method
r
pelican/tests/test_importer.py:293–295 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
291
test_posts = list(self.posts)
292
293
def
r(f):
294
with
open(f, encoding=
"utf-8"
)
as
infile:
295
return
infile.read()
296
297
silent_f2p = mute(True)(fields2pelican)
298
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected