MCPcopy Create free account
hub / github.com/ActiveState/code / enterBreak

Method enterBreak

recipes/Python/580811_Uno_TextBased/recipe-580811.py:1094–1097  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1092 return card
1093
1094 def enterBreak(self):
1095 if not self.simulation:
1096 str(input())
1097 return
1098
1099 def nextTurn(self):
1100 self.turnComplete = False

Callers 2

beginMethod · 0.95
endMethod · 0.95

Calls 1

strFunction · 0.85

Tested by

no test coverage detected