Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ die
Method
die
recipes/Python/578808_Python_Game_of_Life/recipe-578808.py:59–60 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
57
58
59
def
die(self):
60
self.alive = False
61
62
def
live(self):
63
self.alive = True
Callers
1
Run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected