Searched refs:docstrings (Results 1 – 25 of 49) sorted by relevance
12
3 …docstrings 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…
3 …docstrings with automatic appending of Pythonic and C++ signatures. This feature is implemented by…
336 docstrings = (351 for docstring in docstrings:454 docstrings = (474 for docstring in docstrings:
10 # We prefer docstrings, but we don't require them on all functions.24 # Some functions don't need docstrings.
331 if opts.docstrings and not opts.nodocstrings.get(self.__curfile):496 docstrings = 0 variable in main.Options515 options.docstrings = 1
5 :synopsis: Test pieces of code within docstrings.20 * To check that a module's docstrings are up-to-date by verifying that all152 :mod:`doctest` then examines docstrings in module :mod:`M`.154 Running the module as a script causes the examples in the docstrings to get264 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 are282 Function and class object docstrings found from ``M.__test__`` are searched, and283 strings are treated as if they were docstrings. In output, a key ``K`` in288 Any classes found are recursively searched similarly, to test docstrings in[all …]
2199 via docstrings. So these can be used as online-help via the Python help2203 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 modified2270 These modified docstrings are created automatically together with the function2274 Translation of docstrings into different languages2278 and the values of which are the docstrings of the public methods of the classes2289 for translation of the docstrings into different languages.2292 native language, you have to translate the docstrings and save the resulting2296 will be read in at import time and will replace the original English docstrings.[all …]
9 .. (harvested from docstrings in the original file)
8 .. documentation based on module docstrings
9 .. much of the content adapted from docstrings
91 :meth:`help_\*` methods or commands that have docstrings), and also lists any
969 ``NamedTuple`` subclasses can also have docstrings and methods::987 Added support for default values, methods, and docstrings.
268 single: docstrings278 (More about docstrings can be found in the section :ref:`tut-docstrings`.)279 There are tools which use docstrings to automatically produce online or printed281 practice to include docstrings in code that you write, so make a habit of it.796 .. _tut-docstrings:802 single: docstrings916 * Use docstrings.
36 <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
15 work; add docstrings and tests with 100% coverage.28 bpo-42416: Get docstrings for IDLE calltips more often248 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 docstrings685 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 …]
132 - (someday) a spellchecker for docstrings and comments.
270 # Minimum line length for functions/classes that require docstrings, shorter296 # Ignore docstrings when computing similarities.297 ignore-docstrings=yes
65 the docstrings of the module functions, and no python type is
192 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 building196 Python without docstrings, as specified in :pep:`7`.211 if docstrings are disabled.213 Use :c:macro:`PyDoc_STR` in specifying docstrings to support214 building Python without docstrings, as specified in :pep:`7`.
306 or ``2`` (docstrings are removed too).
587 * 2: Strip docstrings
426 People were often using docstrings to hold information about functions and430 John Aycock's SPARK parsing framework, docstrings hold parts of the BNF grammar431 to be parsed. This overloading is unfortunate, since docstrings are really585 interactively converting docstrings to HTML or text. As a bonus,610 framework based on running embedded examples in docstrings and comparing the
715 * Property docstrings are now writable. This is especially useful for716 :func:`collections.namedtuple` docstrings.1091 :class:`unittest.TestSuite` if *module* contains no docstrings, instead of
141 examples in the docstrings for a module and runs them, comparing the output with186 docstrings is `epydoc <http://epydoc.sourceforge.net/>`_. `Sphinx
291 work; add docstrings and tests with 100% coverage.718 - bpo-42415: Get docstrings for IDLE calltips more often by using1781 - bpo-40561: Provide docstrings for webbrowser open functions.2499 instead of "_ast". Added docstrings for dummy AST node classes and2631 - bpo-39638: Keep ASDL signatures in the docstrings for ``AST`` nodes. Patch4392 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 objects6937 - bpo-36625: Remove obsolete comments from docstrings in fractions.Fraction7479 - bpo-23216: Add docstrings to IDLE search modules.[all …]