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

Method write

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

Writes the text to bottom-left of location.

(self, x, y, text, fill)

Source from the content-addressed store, hash-verified

52 fill=fill, outline=outline)
53
54 def write(self, x, y, text, fill):
55 "Writes the text to bottom-left of location."
56 self.canvas.create_text(x, y, text=text, fill=fill, anchor=tkinter.NW)
57
58 def clear(self):
59 "Clears canvas of all objects shown on it."

Callers 15

createCsvMethod · 0.45
create_tree_structureFunction · 0.45
objsignatureFunction · 0.45
renderMethod · 0.45
mainFunction · 0.45
daemonizeMethod · 0.45
watchMethod · 0.45
addFunction · 0.45
removeFunction · 0.45
recipe-578027.pyFile · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected