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

Method __call__

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

Source from the content-addressed store, hash-verified

189 os.chdir(cwd)
190
191 def __call__(self, command, *a, **kw):
192 ret = self._call(command, a, {}, call=True, **kw)
193 if ret != 0:
194 raise RuntimeError(f"{self.executable} failed")
195
196 def pipe(self, command, *a, **kw):
197 stdin = kw.pop('stdin', None)

Callers

nothing calls this directly

Calls 1

_callMethod · 0.95

Tested by

no test coverage detected