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

Method fill

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

Call fill(True) before drawing a shape to fill, fill(False) when done. Optional argument: flag -- True/False (or 1/0 respectively) Call fill(True) before drawing the shape you want to fill, and fill(False) when done. When used without argument: return fills

(self, flag=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

begin_fillMethod · 0.95
end_fillMethod · 0.95

Calls 6

_newLineMethod · 0.95
_updateMethod · 0.95
_drawpolyMethod · 0.80
_createpolyMethod · 0.80
appendMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected