Lines Matching refs:docstrings
1984 via docstrings. So these can be used as online-help via the Python help
1988 docstrings of typed in function-/method calls.
1990 - Calling :func:`help` on methods or functions displays the docstrings::
2021 - The docstrings of the functions which are derived from methods have a modified
2055 These modified docstrings are created automatically together with the function
2059 Translation of docstrings into different languages
2063 and the values of which are the docstrings of the public methods of the classes
2074 for translation of the docstrings into different languages.
2077 native language, you have to translate the docstrings and save the resulting
2081 will be read in at import time and will replace the original English docstrings.
2139 objects as they occur in the docstrings. The transformation of
2140 method-docstrings to function-docstrings will delete these names from the
2141 docstrings.