MCPcopy
hub / github.com/celery/celery / _pip_requirement

Function _pip_requirement

setup.py:85–89  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

83
84
85def _pip_requirement(req):
86 if req.startswith('-r '):
87 _, path = req.split()
88 return reqs(*path.split('/'))
89 return [req]
90
91
92def _reqs(*f):

Callers 1

_reqsFunction · 0.85

Calls 1

reqsFunction · 0.85

Tested by

no test coverage detected