Home
last modified time | relevance | path

Searched refs:docstrings (Results 1 – 25 of 37) sorted by relevance

12

/external/python/cpython2/Demo/pdist/
Dcmdfw.py89 docstrings = {}
94 if docstrings.has_key(name):
101 docstrings[name] = doc
105 if docstrings:
107 names = docstrings.keys()
110 print docstrings[name]
/external/python/cpython2/Tools/i18n/
Dpygettext.py372 if opts.docstrings and not opts.nodocstrings.get(self.__curfile):
535 docstrings = 0 variable in main.Options
554 options.docstrings = 1
/external/python/cpython2/Demo/turtle/
Dabout_turtle.txt72 - If configured appropriately the module reads in docstrings from a docstring
76 docstrings to disc, so it can serve as a template for translations.
/external/python/cpython2/Doc/library/
Ddoctest.rst7 :synopsis: Test pieces of code within docstrings.
18 * To check that a module's docstrings are up-to-date by verifying that all
162 :mod:`doctest` then examines docstrings in module :mod:`M`.
164 Running the module as a script causes the examples in the docstrings to get
276 This section examines in detail how doctest works: which docstrings it looks at,
284 .. _doctest-which-docstrings:
289 The module docstring, and all function, class and method docstrings are
294 Function and class object docstrings found from ``M.__test__`` are searched, and
295 strings are treated as if they were docstrings. In output, a key ``K`` in
300 Any classes found are recursively searched similarly, to test docstrings in
[all …]
Dturtle.rst1984 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.
[all …]
Dpy_compile.rst7 .. documentation based on module docstrings
Dplistlib.rst8 .. (harvested from docstrings in the original file)
Dmacosa.rst54 Python docstrings, so reading it is a good source of documentation.
Dic.rst22 but the docstrings of the routines document the parameters and the routine names
Dabc.rst8 .. much of the content adapted from docstrings
Dcmd.rst89 :meth:`help_\*` methods or commands that have docstrings), and also lists any
Dshutil.rst7 .. partly based on the docstrings
Dhttplib.rst41 should not be used in new code. Refer to the online docstrings for usage.
Dinspect.rst448 Clean up indentation from docstrings that are indented to line up with blocks
/external/python/cpython2/Doc/tutorial/
Dcontrolflow.rst231 single: docstrings
241 (More about docstrings can be found in the section :ref:`tut-docstrings`.)
242 There are tools which use docstrings to automatically produce online or printed
244 practice to include docstrings in code that you write, so make a habit of it.
575 .. _tut-docstrings:
581 single: docstrings
661 * Use docstrings.
Dstdlib.rst36 <returns an extensive manual page created from the module's docstrings>
253 tests embedded in a program's docstrings. Test construction is as simple as
/external/antlr/antlr-3.4/runtime/Python/
DTODO49 - more documentation in docstrings
Dpylintrc291 # Ignore docstrings when computing similarities.
292 ignore-docstrings=yes
/external/autotest/utils/
Dpylintrc213 # Ignore docstrings when computing similarities.
214 #ignore-docstrings=yes
/external/python/cpython2/Doc/whatsnew/
D2.1.rst426 People were often using docstrings to hold information about functions and
430 John Aycock's SPARK parsing framework, docstrings hold parts of the BNF grammar
431 to be parsed. This overloading is unfortunate, since docstrings are really
585 interactively converting docstrings to HTML or text. As a bonus,
610 framework based on running embedded examples in docstrings and comparing the
/external/autotest/docs/
Dcoding-style.md132 nontrivial function. When creating docstrings, please add a newline at the
/external/lisa/ipynb/tests/
DGeneric_EAS_Tests.ipynb10 …thon's `help` built-in to find those methods (or you can just read the docstrings in the code).\n",
263 …"Check the docstrings for these functions (and other functions in the test class) for more detail."
/external/python/cpython2/Lib/idlelib/
DTODO.txt132 - (someday) a spellchecker for docstrings and comments.
/external/lisa/ipynb/releases/
DReleaseNotes_v17.03.ipynb14 … has got a big improvement with the usage of Sphinx and the refresh of docstrings for many existin…
/external/python/cpython2/Doc/faq/
Dlibrary.rst139 examples in the docstrings for a module and runs them, comparing the output with
184 docstrings is `epydoc <http://epydoc.sourceforge.net/>`_. `Sphinx

12