OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:docstring
(Results
26 - 50
of
122
) sorted by null
1
2
3
4
5
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_functiontestcase.py
131
# the first line of the test method's
docstring
, if available, or None."
139
# the first line of the test method's
docstring
, if available, or None."
test_result.py
240
"""Tests getDescription() for a method with a
docstring
."""
246
'Tests getDescription() for a method with a
docstring
.'))
251
"""Tests getDescription() for a method with a longer
docstring
.
252
The second line of the
docstring
.
260
'
docstring
.'))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py
240
"""Tests getDescription() for a method with a
docstring
."""
246
'Tests getDescription() for a method with a
docstring
.'))
251
"""Tests getDescription() for a method with a longer
docstring
.
252
The second line of the
docstring
.
260
'
docstring
.'))
/external/antlr/antlr-3.4/runtime/Python/
pylintrc
68
# C0111: Missing
docstring
162
# not require a
docstring
163
no-
docstring
-rgx=__.*__
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py
97
docstring
= object[1] or ""
99
docstring
= pydoc.getdoc(object)
105
docstring
, self.preformat, funcs, classes, methods)
ast.py
189
Return the
docstring
for the given node or None if no
docstring
can
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py
97
docstring
= object[1] or ""
99
docstring
= pydoc.getdoc(object)
105
docstring
, self.preformat, funcs, classes, methods)
ast.py
189
Return the
docstring
for the given node or None if no
docstring
can
/external/chromium_org/third_party/WebKit/Tools/Scripts/
test-webkit-scripts
33
# The
docstring
above is passed as the "description" to the OptionParser
/external/chromium_org/tools/grit/grit/
exception.py
10
'''A base exception that uses the class's
docstring
in addition to any
/external/chromium_org/tools/gyp/
PRESUBMIT.py
41
# String has no effect (
docstring
in wrong place).
pylintrc
37
# C0111: Missing
docstring
53
# C0112: Empty
docstring
234
# not require a
docstring
235
no-
docstring
-rgx=__.*__
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_code.py
66
... 'not a
docstring
'
test_linecache.py
19
"
Docstring
"
test_funcattrs.py
53
'my
docstring
'
324
self.b.__doc__ = "The
docstring
"
328
self.b.func_doc = "The
docstring
"
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_code.py
66
... 'not a
docstring
'
test_linecache.py
19
"
Docstring
"
test_funcattrs.py
53
'my
docstring
'
324
self.b.__doc__ = "The
docstring
"
328
self.b.func_doc = "The
docstring
"
/build/tools/releasetools/
common.py
556
def Usage(
docstring
):
557
print
docstring
.rstrip("\n")
562
docstring
,
566
flags.
docstring
is the calling module's
docstring
, to be displayed
579
Usage(
docstring
)
587
Usage(
docstring
)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/
pylintrc
68
# C0111: Missing
docstring
241
# not require a
docstring
242
no-
docstring
-rgx=__.*__
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
logtesting.py
135
of a unittest.TestCase. See the
docstring
of this class
169
unittest.TestCase. See the
docstring
of this class for more details.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py
106
inp = "'
docstring
'\nfrom __future__ import print_function"
108
inp = "'
docstring
'\n'somng'\nfrom __future__ import print_function"
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py
106
inp = "'
docstring
'\nfrom __future__ import print_function"
108
inp = "'
docstring
'\n'somng'\nfrom __future__ import print_function"
/external/chromium_org/chrome/test/mini_installer/
test_installer.py
85
The default implementation of this method returns the
docstring
of the
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
error_handlers.py
137
See the
docstring
of this module for more information.
Completed in 784 milliseconds
1
2
3
4
5