Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:standard

41 Python standard distribution up to Python 2.5. (See: http://www.python.org)
157 "mode": "standard", # TurtleScreen
981 """Set turtle-mode ('standard', 'logo' or 'world') and perform reset.
984 mode -- on of the strings 'standard', 'logo' or 'world'
986 Mode 'standard' is compatible with turtle.py.
994 'standard' to the right (east) counterclockwise
1005 if mode not in ["standard", "logo", "world"]:
1008 if mode in ["standard", "logo"]:
1430 "standard": Vec2D(1.0, 0.0),
1433 DEFAULT_MODE = "standard"
1456 """Set turtle-mode to 'standard', 'world' or 'logo'.
1460 if mode not in ["standard", "logo", "world"]:
1463 if mode in ["standard", "world"]:
1474 if self._mode == "standard":
1789 modes - "standard" or "logo")
1836 standard - mode: logo-mode: