Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rawpython/remi
/ add_nearest_mine
Method
add_nearest_mine
examples/minefield_app.py:87–88 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
85
self.style[
'background-image'
] =
"url('/my_resources:flag.png')"
86
87
def
add_nearest_mine(self):
88
self.nearest_mine += 1
89
90
91
class
MyApp(App):
Callers
1
build_mine_matrix
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected