MCPcopy Index your code
hub / github.com/RustPython/RustPython / error

Method error

crates/wasm/Lib/asyncweb.py:47–48  ·  view source on GitHub ↗
(self, err)

Source from the content-addressed store, hash-verified

45 self._run(self._send, res)
46
47 def error(self, err):
48 self._run(self._throw, err)
49
50
51def main(async_func):

Callers

nothing calls this directly

Calls 1

_runMethod · 0.95

Tested by

no test coverage detected