MCPcopy 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
781def stripcomma(s):
782 if s and s[-1] == ',':
783 return s[:-1]
784 return s
785
786
787def replace(str, d, defaultsep=''):

Callers 2

buildcallbackFunction · 0.85
buildapiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected