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

Method get_shell_window

pydevd_attach_to_process/winappdbg/system.py:204–210  ·  view source on GitHub ↗

@rtype: L{Window} @return: Returns the shell window. @raise WindowsError: An error occured while processing this request.

()

Source from the content-addressed store, hash-verified

202
203 @staticmethod
204 def get_shell_window():
205 """
206 @rtype: L{Window}
207 @return: Returns the shell window.
208 @raise WindowsError: An error occured while processing this request.
209 """
210 return Window(win32.GetShellWindow())
211
212 # ------------------------------------------------------------------------------
213

Callers 1

start_processMethod · 0.80

Calls 1

WindowClass · 0.90

Tested by

no test coverage detected