Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dturtle.py3735 def title(self, titlestring): argument
3749 _Screen._root.title(titlestring)
3750 _Screen._title = titlestring
/third_party/python/Doc/library/
Dturtle.rst2091 .. function:: title(titlestring)
2093 :param titlestring: a string that is shown in the titlebar of the turtle
2096 Set title of turtle window to *titlestring*.