Look in the direction given Args: x (): x coordinate on the monitor y (): y coordinate on the monitor
(self, x, y)
| 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""" |
no outgoing calls
no test coverage detected