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

Method readlines

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

Source from the content-addressed store, hash-verified

208 return out
209
210 def readlines(self, command, *a, **kw):
211 out = self.read(command, *a, **kw)
212 return out.rstrip("\n").split("\n")
213
214 def test(self, command, *a, **kw):
215 ret = self._call(command, a, {"stdout": subprocess.PIPE,

Callers

nothing calls this directly

Calls 1

readMethod · 0.95

Tested by

no test coverage detected