Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
81
def
_strip_comments(l):
82
return
l.split(
'#'
, 1)[0].strip()
83
84
85
def
_pip_requirement(req):
Callers
1
_reqs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected