Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dturtle.py1462 def bgpic(self, picname=None): argument
1479 if picname is None:
1481 if picname not in self._bgpics:
1482 self._bgpics[picname] = self._image(picname)
1483 self._setbgpic(self._bgpic, self._bgpics[picname])
1484 self._bgpicname = picname
/third_party/python/Doc/library/
Dturtle.rst1611 .. function:: bgpic(picname=None)
1613 :param picname: a string, name of a gif-file or ``"nopic"``, or ``None``
1615 Set background image or return name of current backgroundimage. If *picname*
1616 is a filename, set the corresponding image as background. If *picname* is
1617 ``"nopic"``, delete background image, if present. If *picname* is ``None``,