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

Method __init__

wxauto/uiautomation.py:6759–6761  ·  view source on GitHub ↗
(self, searchFromControl: Control = None, searchDepth: int = 0xFFFFFFFF, searchInterval: float = SEARCH_INTERVAL, foundIndex: int = 1, element=None, **searchProperties)

Source from the content-addressed store, hash-verified

6757
6758class DocumentControl(Control):
6759 def __init__(self, searchFromControl: Control = None, searchDepth: int = 0xFFFFFFFF, searchInterval: float = SEARCH_INTERVAL, foundIndex: int = 1, element=None, **searchProperties):
6760 Control.__init__(self, searchFromControl, searchDepth, searchInterval, foundIndex, element, **searchProperties)
6761 self.AddSearchProperties(ControlType=ControlType.DocumentControl)
6762
6763 def GetTextPattern(self) -> TextPattern:
6764 """

Callers

nothing calls this directly

Calls 2

AddSearchPropertiesMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected