OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:docstring
(Results
76 - 100
of
125
) sorted by null
1
2
3
4
5
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py
120
#
docstring
set later (very similar to CFUNCTYPE.__doc__)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py
213
# XXX
docstring
lying about what the special chars are?
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py
318
# if there are no imports where we can insert, find the
docstring
.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py
254
# NB -- we need to test the IAC block which is mentioned in the
docstring
test_inspect.py
243
self.assertEqual(inspect.getdoc(mod), 'A module
docstring
.')
250
self.assertEqual(inspect.cleandoc('An\n indented\n
docstring
.'),
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codecs.py
167
providing the errors keyword argument. See the module
docstring
240
providing the errors keyword argument. See the module
docstring
[
all
...]
trace.py
416
"""Return a dict of possible
docstring
positions.
423
# If the first token is a string, then it's the module
docstring
.
imaplib.py
[
all
...]
collections.py
286
>>> Point.__doc__ #
docstring
for the new class