Home
last modified time | relevance | path

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

123456

/external/python/cpython3/Lib/test/test_tools/i18n_data/
Ddocstrings.pot18 #: docstrings.py:7
23 #: docstrings.py:18
31 #: docstrings.py:25
36 #: docstrings.py:30
/external/python/mako/
Dtox.ini28 flake8-docstrings
29 flake8-rst-docstrings
31 # used by flake8-rst-docstrings
/external/fonttools/Doc/
DREADME.md48docstrings that follow [the Google Style Guide](https://github.com/google/styleguide/blob/gh-pages…
/external/chromiumos-config/util/docgen/
DREADME.mdt8 This reference is automatically generated based on Starlark docstrings. If you
16 - Generation is based on docstrings, not the actual Starlark signatures. Thus,
/external/openthread/third_party/mbedtls/repo/
D.pylintrc14 # We prefer docstrings, but we don't require them on all functions.
28 # Some functions don't need docstrings.
/external/mbedtls/
D.pylintrc14 # We prefer docstrings, but we don't require them on all functions.
28 # Some functions don't need docstrings.
/external/cronet/tot/build/fuchsia/test/
Dpylintrc30 ignore-docstrings=yes
/external/angle/build/fuchsia/test/
Dpylintrc30 ignore-docstrings=yes
/external/cronet/stable/build/fuchsia/test/
Dpylintrc30 ignore-docstrings=yes
/external/tensorflow/tensorflow/python/autograph/
DSTYLE_GUIDE.md23 1. __Types in docstrings.__ Use [PEP 484][https://www.python.org/dev/peps/pep-0484/]
73 3. Avoid LaTeX in docstrings.
/external/python/cpython3/Lib/test/
Dtest_unparse.py405 docstrings = (
420 for docstring in docstrings:
523 docstrings = (
543 for docstring in docstrings:
/external/bazelbuild-rules_go/docs/
Drule_body.vm2 …plate is used for including rule definitions as top-level sections in generated stardoc docstrings.
/external/python/jinja/
DCONTRIBUTING.rst59 - Update any relevant docs pages and docstrings. Docs pages and
60 docstrings should be wrapped at 72 characters.
63 relevant docstrings.
/external/python/cpython3/Tools/i18n/
Dpygettext.py330 if opts.docstrings and not opts.nodocstrings.get(self.__curfile):
553 docstrings = 0 variable in main.Options
572 options.docstrings = 1
/external/armnn/python/pyarmnn/docs_conf/
Dconfig.mako35 # Note: in Python docstrings, either all backslashes need to be escaped (\\)
/external/python/cpython3/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
285 Function and class object docstrings found from ``M.__test__`` are searched, and
286 strings are treated as if they were docstrings. In output, a key ``K`` in
307 searches them recursively for docstrings, which are then scanned for tests.
[all …]
/external/python/mobly/docs/
Dandroid_device_service.md79 details, see the docstrings of the
/external/webrtc/
Dpylintrc89 # Ignore docstrings when computing similarities.
90 ignore-docstrings=yes
/external/python/cpython3/Misc/NEWS.d/
D3.6.3rc1.rst845 IDLE - Add docstrings and tests for outwin subclass of editor.
1078 IDLE: Document ConfigDialog tk Vars, methods, and widgets in docstrings This
1098 IDLE: Add docstrings to browser.py. Patch by Cheryl Sabella.
1152 IDLE: configdialog - Add docstrings and fix comments. Patch by Cheryl
1162 IDLE: Improve textview with docstrings, PEP8 names, and more tests. Patch by
1185 IDLE: add docstrings to grep module. Patch by Cheryl Sabella
/external/rust/android-crates-io/crates/uefi-macros/
DCHANGELOG.md54 - The `entry` macro now works correctly with docstrings.
/external/python/cpython3/Lib/idlelib/
DNews3.txt37 gh-79871: Add docstrings to debugger.py. Fix two bugs in
169 work; add docstrings and tests with 100% coverage.
177 bpo-42416: Display docstrings in IDLE calltips in more cases,
403 bpo-23216: IDLE: Add docstrings to search modules.
420 bpo-35689: Add docstrings and tests for colorizer.
594 bpo-32831: Add docstrings and tests for codecontext.py.
747 bpo-30617: Add docstrings and tests for outwin subclass of editor.
832 bpo-30913: Document ConfigDialog tk Vars, methods, and widgets in docstrings
840 bpo-30881: Add docstrings to browser.py.
863 bpo-30777: Configdialog - add docstrings and improve comments.
[all …]
/external/python/typing/docs/source/
Dlibraries.rst54 the implementation, and docstrings and default parameter values are
65 those symbols. These stubs should also contain docstrings and default
69 parameter values are replaced with with ``...`` and all docstrings are
70 removed. We recommend that default values and docstrings remain within
601 method docstrings, but several common variants have emerged. We
/external/rust/android-crates-io/crates/libm/
DCHANGELOG.md22 - Add basic docstrings to some functions ([#337](https://github.com/rust-lang/libm/pull/337))
/external/antlr/runtime/Python/
DTODO49 - more documentation in docstrings
/external/cronet/tot/testing/
Dpylintrc129 # Ignore docstrings when computing similarities.
130 ignore-docstrings=yes

123456