Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mrinank-Bhowmick/python-beginner-projects
/ clicked
Method
clicked
projects/Sudoku-Solver/SudokuGUI.py:194–197 ·
view source on GitHub ↗
(self, mousePos)
Source
from the content-addressed store, hash-verified
192
self.window.blit(text, position)
193
194
def
clicked(self, mousePos):
195
if
self.rect.collidepoint(mousePos):
196
self.selected = True
197
return
self.selected
198
199
200
def
main():
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected