turtle.write_docstringdict(filename="turtle_docstringdict")
Parameters: | filename – a string, used as filename |
---|
Create and write docstring-dictionary to a Python script with the given filename. This function has to be called explicitly (it is not used by the turtle graphics classes). The docstring dictionary will be written to the Python script filename.py
. It is intended to serve as a template for translation of the docstrings into different languages.
Please login to continue.