MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __init__

Method __init__

tools/python-3.11.9-amd64/Lib/turtle.py:2026–2029  ·  view source on GitHub ↗
(self, resizemode=_CFG["resizemode"])

Source from the content-addressed store, hash-verified

2024 Implements drawing properties.
2025 """
2026 def __init__(self, resizemode=_CFG["resizemode"]):
2027 self._resizemode = resizemode # or "user" or "noresize"
2028 self.undobuffer = None
2029 TPen._reset(self)
2030
2031 def _reset(self, pencolor=_CFG["pencolor"],
2032 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.45

Tested by

no test coverage detected