MCPcopy
hub / github.com/appium/python-client / add_command

Method add_command

appium/webdriver/webdriver.py:184–188  ·  view source on GitHub ↗

Expected to define the pair of HTTP method and its URL.

(self)

Source from the content-addressed store, hash-verified

182 raise NotImplementedError()
183
184 def add_command(self) -> Tuple[str, str]:
185 """
186 Expected to define the pair of HTTP method and its URL.
187 """
188 raise NotImplementedError()
189
190
191def _get_remote_connection_and_client_config(

Callers 15

__init__Method · 0.45
_add_commandsMethod · 0.45
_add_commandsMethod · 0.45
_add_commandsMethod · 0.45
_add_commandsMethod · 0.45
_add_commandsMethod · 0.45
_add_commandsMethod · 0.45
_add_commandsMethod · 0.45
_add_commandsMethod · 0.45
_add_commandsMethod · 0.45
_add_commandsMethod · 0.45
_add_commandsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected