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

Method get_placement

pydevd_attach_to_process/winappdbg/window.py:316–327  ·  view source on GitHub ↗

Retrieve the window placement in the desktop. @see: L{set_placement} @rtype: L{win32.WindowPlacement} @return: Window placement in the desktop. @raise WindowsError: An error occured while processing this request.

(self)

Source from the content-addressed store, hash-verified

314 win32.SetWindowText(self.get_handle(), text)
315
316 def get_placement(self):
317 """
318 Retrieve the window placement in the desktop.
319
320 @see: L{set_placement}
321
322 @rtype: L{win32.WindowPlacement}
323 @return: Window placement in the desktop.
324
325 @raise WindowsError: An error occured while processing this request.
326 """
327 return win32.GetWindowPlacement(self.get_handle())
328
329 def set_placement(self, placement):
330 """

Callers

nothing calls this directly

Calls 1

get_handleMethod · 0.95

Tested by

no test coverage detected