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

Method setundobuffer

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

Set or disable undobuffer. Argument: size -- an integer or None If size is an integer an empty undobuffer of given size is installed. Size gives the maximum number of turtle-actions that can be undone by the undo() function. If size is None, no undob

(self, size)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

_clearMethod · 0.95
maketreeFunction · 0.80

Calls 1

TbufferClass · 0.85

Tested by

no test coverage detected