MCPcopy
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
92def _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
100def reqs(*f):

Callers 1

reqsFunction · 0.85

Calls 4

_pip_requirementFunction · 0.85
_strip_commentsFunction · 0.85
openFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected