MCPcopy Create free account
hub / github.com/cluic/wxauto / __init__

Method __init__

wxauto/uiautomation.py:4394–4396  ·  view source on GitHub ↗

Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nn-uiautomationclient-iuiautomationsynchronizedinputpattern

(self, pattern=None)

Source from the content-addressed store, hash-verified

4392
4393class 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 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected