MCPcopy Create free account
hub / github.com/ActiveState/code / fill

Method fill

recipes/Python/578004_processing/recipe-578004.py:62–64  ·  view source on GitHub ↗

Fills in the canvas with the given color.

(self, background)

Source from the content-addressed store, hash-verified

60 self.canvas.delete(tkinter.ALL)
61
62 def fill(self, background):
63 "Fills in the canvas with the given color."
64 self.canvas.configure(background=background)
65
66################################################################################
67

Callers 15

mandelFunction · 0.80
game_introFunction · 0.80
gameLoopFunction · 0.80
doloopFunction · 0.80
stacked_graphFunction · 0.80
wrap_function_nameMethod · 0.80
hand_trackerFunction · 0.80
OnPaintMethod · 0.80
__init__Method · 0.80
updateMethod · 0.80
DrawMethod · 0.80
LNFunction · 0.80

Calls 1

configureMethod · 0.45

Tested by

no test coverage detected