MCPcopy
hub / github.com/AirtestProject/Poco / InvalidOperationException

Class InvalidOperationException

poco/exceptions.py:37–43  ·  view source on GitHub ↗

Raised when the operation performing on target device is foreseen, e.g. instruction to click outside the screen is definitely meaningless, then the ``InvalidOperationException`` is raised.

Source from the content-addressed store, hash-verified

35
36
37class InvalidOperationException(PocoException):
38 """
39 Raised when the operation performing on target device is foreseen, e.g. instruction to click outside the screen is
40 definitely meaningless, then the ``InvalidOperationException`` is raised.
41 """
42
43 pass
44
45
46class PocoTargetTimeout(PocoException):

Callers 6

setattrMethod · 0.90
scrollMethod · 0.90
__init__Method · 0.90
clickMethod · 0.85
swipeMethod · 0.85
long_clickMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected