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

Method is_valid

pydevd_attach_to_process/winappdbg/window.py:515–520  ·  view source on GitHub ↗

@rtype: bool @return: C{True} if the window handle is still valid.

(self)

Source from the content-addressed store, hash-verified

513 # ------------------------------------------------------------------------------
514
515 def is_valid(self):
516 """
517 @rtype: bool
518 @return: C{True} if the window handle is still valid.
519 """
520 return win32.IsWindow(self.get_handle())
521
522 def is_visible(self):
523 """

Callers 2

get_nameFunction · 0.80
get_nameFunction · 0.80

Calls 1

get_handleMethod · 0.95

Tested by

no test coverage detected