Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ stripcomma
Function
stripcomma
numpy/f2py/auxfuncs.py:803–806 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
801
802
803
def
stripcomma(s):
804
if
s and s[-1] ==
','
:
805
return
s[:-1]
806
return
s
807
808
809
def
replace(str, d, defaultsep=
''
):
Callers
2
buildcallback
Function · 0.85
buildapi
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…