Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ stripcomma
Function
stripcomma
numpy/f2py/auxfuncs.py:781–784 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
779
780
781
def
stripcomma(s):
782
if
s and s[-1] ==
','
:
783
return
s[:-1]
784
return
s
785
786
787
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