MCPcopy
hub / github.com/celery/celery / _strip_comments

Function _strip_comments

setup.py:81–82  ·  view source on GitHub ↗
(l)

Source from the content-addressed store, hash-verified

79
80
81def _strip_comments(l):
82 return l.split('#', 1)[0].strip()
83
84
85def _pip_requirement(req):

Callers 1

_reqsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected