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

Method get_classname

pydevd_attach_to_process/winappdbg/window.py:265–272  ·  view source on GitHub ↗

@rtype: str @return: Window class name. @raise WindowsError: An error occured while processing this request.

(self)

Source from the content-addressed store, hash-verified

263 # ------------------------------------------------------------------------------
264
265 def get_classname(self):
266 """
267 @rtype: str
268 @return: Window class name.
269
270 @raise WindowsError: An error occured while processing this request.
271 """
272 return win32.GetClassName(self.get_handle())
273
274 def get_style(self):
275 """

Callers

nothing calls this directly

Calls 1

get_handleMethod · 0.95

Tested by

no test coverage detected