MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / write

Method write

Lib/lib-tk/turtle.py:3276–3303  ·  view source on GitHub ↗

Write text at the current turtle position. Arguments: arg -- info, which is to be written to the TurtleScreen move (optional) -- True/False align (optional) -- one of the strings "left", "center" or right" font (optional) -- a triple (fontname, fontsize, font

(self, arg, move=False, align="left", font=("Arial", 8, "normal"))

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

handleErrorMethod · 0.45
emitMethod · 0.45
callHandlersMethod · 0.45
write_docstringdictFunction · 0.45
demo2Function · 0.45

Calls 6

_writeMethod · 0.95
strFunction · 0.85
posMethod · 0.80
pushMethod · 0.45
lowerMethod · 0.45
setposMethod · 0.45

Tested by

no test coverage detected