(self)
| 800 | self.passMax = len(self.turnList) |
| 801 | |
| 802 | def clearShell(self): |
| 803 | os.system('cls' if os.name == 'nt' else 'clear') |
| 804 | |
| 805 | def begin(self): |
| 806 | self.elements['Console'] = 'Beginning Game, Press Enter.' |
no outgoing calls
no test coverage detected