turtle.write_docstringdict()
¶
-
turtle.
write_docstringdict
(filename='turtle_docstringdict')[source]¶ Create and write docstring-dictionary to file.
Optional argument: filename – a string, used as filename
default value is turtle_docstringdictHas to be called explicitly, (not used by the turtle-graphics classes) The docstring dictionary will be written to the Python script <filname>.py It is intended to serve as a template for translation of the docstrings into different languages.