MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / draw

Method draw

projects/Sudoku-Solver/SudokuGUI.py:181–182  ·  view source on GitHub ↗
(self, color, thickness)

Source from the content-addressed store, hash-verified

179 self.incorrect = False
180
181 def draw(self, color, thickness):
182 pygame.draw.rect(self.window, color, self.rect, thickness)
183
184 def display(
185 self,

Callers 2

draw_boardMethod · 0.45
redrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected