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

Method next

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

Source from the content-addressed store, hash-verified

1297 return self.matchComplete
1298
1299 def next(self):
1300 self.turn = self.getNextTurn()
1301
1302 def getNextTurn(self, forceReverse=False):
1303 if forceReverse:

Callers

nothing calls this directly

Calls 1

getNextTurnMethod · 0.95

Tested by

no test coverage detected