Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ _reqs
Function
_reqs
setup.py:92–97 ·
view source on GitHub ↗
(*f)
Source
from the content-addressed store, hash-verified
90
91
92
def
_reqs(*f):
93
return
[
94
_pip_requirement(r)
for
r in (
95
_strip_comments(l)
for
l in open(
96
os.path.join(os.getcwd(),
'requirements'
, *f)).readlines()
97
)
if
r]
98
99
100
def
reqs(*f):
Callers
1
reqs
Function · 0.85
Calls
4
_pip_requirement
Function · 0.85
_strip_comments
Function · 0.85
open
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected