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

Method GetInvokePattern

wxauto/uiautomation.py:6545–6549  ·  view source on GitHub ↗

Return `InvokePattern` if it supports the pattern else None(Conditional support according to MSDN).

(self)

Source from the content-addressed store, hash-verified

6543 return self.GetPattern(PatternId.ExpandCollapsePattern)
6544
6545 def GetInvokePattern(self) -> InvokePattern:
6546 """
6547 Return `InvokePattern` if it supports the pattern else None(Conditional support according to MSDN).
6548 """
6549 return self.GetPattern(PatternId.InvokePattern)
6550
6551 def GetTogglePattern(self) -> TogglePattern:
6552 """

Callers

nothing calls this directly

Calls 1

GetPatternMethod · 0.80

Tested by

no test coverage detected