Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nn-uiautomationclient-iuiautomationsynchronizedinputpattern
(self, pattern=None)
| 4392 | |
| 4393 | class SynchronizedInputPattern(): |
| 4394 | def __init__(self, pattern=None): |
| 4395 | """Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nn-uiautomationclient-iuiautomationsynchronizedinputpattern""" |
| 4396 | self.pattern = pattern |
| 4397 | |
| 4398 | def Cancel(self) -> bool: |
| 4399 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected