MCPcopy
hub / github.com/scrapinghub/splash / raise_error

Method raise_error

splash/lua_runner.py:29–30  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

27 self.dispatcher.dispatch(self.id, PyResult.return_(*args))
28
29 def raise_error(self, msg):
30 self.dispatcher.dispatch(self.id, PyResult.raise_(msg))
31
32 def yield_result(self, *args):
33 self.dispatcher.dispatch(self.id, PyResult.yield_(*args))

Callers 2

errbackMethod · 0.45
_raise_proxy_errorFunction · 0.45

Calls 2

raise_Method · 0.80
dispatchMethod · 0.45

Tested by

no test coverage detected