MCPcopy 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
803def stripcomma(s):
804 if s and s[-1] == ',':
805 return s[:-1]
806 return s
807
808
809def replace(str, d, defaultsep=''):

Callers 2

buildcallbackFunction · 0.85
buildapiFunction · 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…