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

Method on_async_command

splash/lua_runner.py:82–84  ·  view source on GitHub ↗

This method is called when AsyncCommand instance is received.

(self, cmd)

Source from the content-addressed store, hash-verified

80
81 @abc.abstractmethod
82 def on_async_command(self, cmd):
83 """ This method is called when AsyncCommand instance is received. """
84 pass
85
86 def on_lua_error(self, lua_exception):
87 """

Callers 1

dispatchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected