Home
last modified time | relevance | path

Searched refs:titlestring (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dturtle.py3734 def title(self, titlestring): argument
3748 _Screen._root.title(titlestring)
3749 _Screen._title = titlestring
/third_party/python/Doc/library/
Dturtle.rst2087 .. function:: title(titlestring)
2089 :param titlestring: a string that is shown in the titlebar of the turtle
2092 Set title of turtle window to *titlestring*.