(self, location)
| 129 | self.connect('delete-event', lambda *x: on_delete_event()) |
| 130 | |
| 131 | def load_file(self, location): |
| 132 | self.player.set_location(location) |
| 133 | |
| 134 | def play(self): |
| 135 | self.player.play() |
nothing calls this directly
no test coverage detected