Home
last modified time | relevance | path

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

12

/third_party/boost/libs/python/doc/reference/
Ddocstring_options.qbk3docstrings with automatic appending of C++ signatures. These features are enabled by default. The …
6 Controls the appearance of docstrings of wrapped functions and member functions for the life-time o…
37 …nction and member-function docstrings defined in the code that follows. If show_all is true, both …
43 …on and member-function docstrings defined in the code that follows. Iff `show_user_defined` is `tr…
49 …on and member-function docstrings defined in the code that follows. Iff `show_user_defined` is `tr…
70 These member functions dynamically change the appearance of docstrings in the code that follows. Th…
Dfunction_doc_signature.qbk3docstrings with automatic appending of Pythonic and C++ signatures. This feature is implemented by…
/third_party/python/Lib/test/
Dtest_unparse.py336 docstrings = (
351 for docstring in docstrings:
454 docstrings = (
474 for docstring in docstrings:
/third_party/mbedtls/
D.pylintrc10 # We prefer docstrings, but we don't require them on all functions.
24 # Some functions don't need docstrings.
/third_party/python/Tools/i18n/
Dpygettext.py331 if opts.docstrings and not opts.nodocstrings.get(self.__curfile):
496 docstrings = 0 variable in main.Options
515 options.docstrings = 1
/third_party/python/Doc/library/
Ddoctest.rst5 :synopsis: Test pieces of code within docstrings.
20 * To check that a module's docstrings are up-to-date by verifying that all
152 :mod:`doctest` then examines docstrings in module :mod:`M`.
154 Running the module as a script causes the examples in the docstrings to get
264 This section examines in detail how doctest works: which docstrings it looks at,
272 .. _doctest-which-docstrings:
277 The module docstring, and all function, class and method docstrings are
282 Function and class object docstrings found from ``M.__test__`` are searched, and
283 strings are treated as if they were docstrings. In output, a key ``K`` in
288 Any classes found are recursively searched similarly, to test docstrings in
[all …]
Dturtle.rst2199 via docstrings. So these can be used as online-help via the Python help
2203 docstrings of typed in function-/method calls.
2205 - Calling :func:`help` on methods or functions displays the docstrings::
2236 - The docstrings of the functions which are derived from methods have a modified
2270 These modified docstrings are created automatically together with the function
2274 Translation of docstrings into different languages
2278 and the values of which are the docstrings of the public methods of the classes
2289 for translation of the docstrings into different languages.
2292 native language, you have to translate the docstrings and save the resulting
2296 will be read in at import time and will replace the original English docstrings.
[all …]
Dplistlib.rst9 .. (harvested from docstrings in the original file)
Dpy_compile.rst8 .. documentation based on module docstrings
Dabc.rst9 .. much of the content adapted from docstrings
Dcmd.rst91 :meth:`help_\*` methods or commands that have docstrings), and also lists any
Dtyping.rst969 ``NamedTuple`` subclasses can also have docstrings and methods::
987 Added support for default values, methods, and docstrings.
/third_party/python/Doc/tutorial/
Dcontrolflow.rst268 single: docstrings
278 (More about docstrings can be found in the section :ref:`tut-docstrings`.)
279 There are tools which use docstrings to automatically produce online or printed
281 practice to include docstrings in code that you write, so make a habit of it.
796 .. _tut-docstrings:
802 single: docstrings
916 * Use docstrings.
Dstdlib.rst36 <returns an extensive manual page created from the module's docstrings>
284 tests embedded in a program's docstrings. Test construction is as simple as
/third_party/python/Lib/idlelib/
DNEWS.txt15 work; add docstrings and tests with 100% coverage.
28 bpo-42416: Get docstrings for IDLE calltips more often
248 bpo-23216: IDLE: Add docstrings to search modules.
265 bpo-35689: Add docstrings and tests for colorizer.
439 bpo-32831: Add docstrings and tests for codecontext.py.
592 bpo-30617: Add docstrings and tests for outwin subclass of editor.
677 bpo-30913: Document ConfigDialog tk Vars, methods, and widgets in docstrings
685 bpo-30881: Add docstrings to browser.py.
708 bpo-30777: Configdialog - add docstrings and improve comments.
711 bpo-30495: Improve textview with docstrings, PEP8 names, and more tests.
[all …]
DTODO.txt132 - (someday) a spellchecker for docstrings and comments.
/third_party/jerryscript/tools/pylint/
Dpylintrc270 # Minimum line length for functions/classes that require docstrings, shorter
296 # Ignore docstrings when computing similarities.
297 ignore-docstrings=yes
/third_party/boost/libs/python/doc/
Dconfiguration.qbk65 the docstrings of the module functions, and no python type is
/third_party/python/Doc/c-api/
Dintro.rst192 Creates a variable with name ``name`` that can be used in docstrings.
193 If Python is built without docstrings, the value will be empty.
195 Use :c:macro:`PyDoc_STRVAR` for docstrings to support building
196 Python without docstrings, as specified in :pep:`7`.
211 if docstrings are disabled.
213 Use :c:macro:`PyDoc_STR` in specifying docstrings to support
214 building Python without docstrings, as specified in :pep:`7`.
Dveryhigh.rst306 or ``2`` (docstrings are removed too).
Dinit_config.rst587 * 2: Strip docstrings
/third_party/python/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
D3.5.rst715 * Property docstrings are now writable. This is especially useful for
716 :func:`collections.namedtuple` docstrings.
1091 :class:`unittest.TestSuite` if *module* contains no docstrings, instead of
/third_party/python/Doc/faq/
Dlibrary.rst141 examples in the docstrings for a module and runs them, comparing the output with
186 docstrings is `epydoc <http://epydoc.sourceforge.net/>`_. `Sphinx
/third_party/python/Misc/
DNEWS291 work; add docstrings and tests with 100% coverage.
718 - bpo-42415: Get docstrings for IDLE calltips more often by using
1781 - bpo-40561: Provide docstrings for webbrowser open functions.
2499 instead of "_ast". Added docstrings for dummy AST node classes and
2631 - bpo-39638: Keep ASDL signatures in the docstrings for ``AST`` nodes. Patch
4392 Also clarified the hmac module documentation and docstrings.
4411 - bpo-38422: Clarify docstrings of pathlib suffix(es)
6860 - bpo-36326: inspect.getdoc() can now find docstrings for member objects
6937 - bpo-36625: Remove obsolete comments from docstrings in fractions.Fraction
7479 - bpo-23216: Add docstrings to IDLE search modules.
[all …]

12