Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/LabPy/lantz
/ read
Function
read
setup.py:16–17 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
14
15
16
def
read(filename):
17
return
codecs.open(filename, encoding=
'utf-8'
).read()
18
19
20
long_description =
'\n\n'
.join([read(
'README'
),
Callers
1
setup.py
File · 0.85
Calls
2
read
Method · 0.45
open
Method · 0.45
Tested by
no test coverage detected