Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
begin
Method · 0.95
end
Method · 0.95
Calls
1
str
Function · 0.85
Tested by
no test coverage detected