MCPcopy Create free account
hub / github.com/PyWavelets/pywt / test

Method test

util/authors.py:214–218  ·  view source on GitHub ↗
(self, command, *a, **kw)

Source from the content-addressed store, hash-verified

212 return out.rstrip("\n").split("\n")
213
214 def test(self, command, *a, **kw):
215 ret = self._call(command, a, {"stdout": subprocess.PIPE,
216 "stderr": subprocess.PIPE},
217 call=True, **kw)
218 return (ret == 0)
219
220
221git = Cmd("git")

Callers

nothing calls this directly

Calls 1

_callMethod · 0.95

Tested by

no test coverage detected