Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ long_description
Function
long_description
setup.py:129–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
127
128
129
def
long_description():
130
try
:
131
return
codecs.open(
'README.rst'
,
'r'
,
'utf-8'
).read()
132
except
OSError:
133
return
'Long description error: Missing README.rst file'
134
135
136
meta = parse_dist_meta()
Callers
1
setup.py
File · 0.85
Calls
1
open
Method · 0.45
Tested by
no test coverage detected