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