MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / get_handle

Method get_handle

pydevd_attach_to_process/winappdbg/window.py:149–157  ·  view source on GitHub ↗

@rtype: int @return: Window handle. @raise ValueError: No window handle set.

(self)

Source from the content-addressed store, hash-verified

147 return self.get_handle()
148
149 def get_handle(self):
150 """
151 @rtype: int
152 @return: Window handle.
153 @raise ValueError: No window handle set.
154 """
155 if self.hWnd is None:
156 raise ValueError("No window handle set!")
157 return self.hWnd
158
159 def get_pid(self):
160 """

Callers 15

_as_parameter_Method · 0.95
__get_pid_and_tidMethod · 0.95
get_classnameMethod · 0.95
get_styleMethod · 0.95
get_extended_styleMethod · 0.95
get_textMethod · 0.95
set_textMethod · 0.95
get_placementMethod · 0.95
set_placementMethod · 0.95
get_screen_rectMethod · 0.95
get_client_rectMethod · 0.95
client_to_screenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected