MCPcopy Create free account
hub / github.com/NyarchLinux/DesktopPuppet / look

Method look

src/puppets/puppet.py:22–29  ·  view source on GitHub ↗

Look in the direction given Args: x (): x coordinate on the monitor y (): y coordinate on the monitor

(self, x, y)

Source from the content-addressed store, hash-verified

20 return Gtk.Box()
21
22 def look(self, x, y):
23 """Look in the direction given
24
25 Args:
26 x (): x coordinate on the monitor
27 y (): y coordinate on the monitor
28 """
29 pass
30
31 def update_area(self):
32 """Update the model area, update using the model dimensions properties"""

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected