MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / __init__

Method __init__

Python/Turtle.py:1924–1927  ·  view source on GitHub ↗
(self, resizemode=_CFG["resizemode"])

Source from the content-addressed store, hash-verified

1922 Implements drawing properties.
1923 """
1924 def __init__(self, resizemode=_CFG["resizemode"]):
1925 self._resizemode = resizemode # or "user" or "noresize"
1926 self.undobuffer = None
1927 TPen._reset(self)
1928
1929 def _reset(self, pencolor=_CFG["pencolor"],
1930 fillcolor=_CFG["fillcolor"]):

Callers 6

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

_resetMethod · 0.80

Tested by

no test coverage detected