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

Method enable

pydevd_attach_to_process/winappdbg/window.py:567–575  ·  view source on GitHub ↗

Enable the user input for the window. @see: L{disable} @raise WindowsError: An error occured while processing this request.

(self)

Source from the content-addressed store, hash-verified

565 # ------------------------------------------------------------------------------
566
567 def enable(self):
568 """
569 Enable the user input for the window.
570
571 @see: L{disable}
572
573 @raise WindowsError: An error occured while processing this request.
574 """
575 win32.EnableWindow(self.get_handle(), True)
576
577 def disable(self):
578 """

Callers 4

indexFunction · 0.45
get_nameFunction · 0.45
template_errorFunction · 0.45
template_error2Function · 0.45

Calls 1

get_handleMethod · 0.95

Tested by

no test coverage detected