HomeSort by relevance Sort by last modified time
    Searched full:docstring (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sample_doctest_no_docstrings.py 9 # A class with no docstring.
inspect_fodder.py 2 'A module docstring.'
13 "A docstring."
26 docstring."""
sample_doctest_no_doctests.py 10 """A docstring with no doctest examples.
test_property.py 67 """new docstring"""
73 """original docstring"""
77 """new docstring"""
126 self.assertEqual(newgettersub.__class__.spam.__doc__, "new docstring")
129 self.assertEqual(newgetter.__class__.spam.__doc__, "new docstring")
147 """Trying to copy this docstring will raise an exception"""
177 """this docstring is ignored"""
189 """another ignored docstring"""
206 """a docstring"""
210 """a new docstring"""
    [all...]
test_module.py 23 # Regularly initialized module, no docstring
30 # ASCII docstring
38 # Unicode docstring
test_doctest.py 165 - `lineno`: A line number (within the docstring).
281 DocTest is a collection of examples, extracted from a docstring, along
282 with information about where the docstring comes from (a name,
283 filename, and line number). The docstring is parsed by the `DocTest`
286 >>> docstring = '''
298 >>> test = parser.get_doctest(docstring, globs, 'some_test',
325 If the docstring contains inconsistant leading whitespace in the
328 >>> docstring = r'''
333 >>> parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
335 ValueError: line 4 of the docstring for some_test has inconsistent leading whitespace: 'indentation
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sample_doctest_no_docstrings.py 9 # A class with no docstring.
inspect_fodder.py 2 'A module docstring.'
13 "A docstring."
26 docstring."""
sample_doctest_no_doctests.py 10 """A docstring with no doctest examples.
test_property.py 67 """new docstring"""
73 """original docstring"""
77 """new docstring"""
126 self.assertEqual(newgettersub.__class__.spam.__doc__, "new docstring")
129 self.assertEqual(newgetter.__class__.spam.__doc__, "new docstring")
147 """Trying to copy this docstring will raise an exception"""
177 """this docstring is ignored"""
189 """another ignored docstring"""
206 """a docstring"""
210 """a new docstring"""
    [all...]
test_module.py 23 # Regularly initialized module, no docstring
30 # ASCII docstring
38 # Unicode docstring
test_doctest.py 165 - `lineno`: A line number (within the docstring).
281 DocTest is a collection of examples, extracted from a docstring, along
282 with information about where the docstring comes from (a name,
283 filename, and line number). The docstring is parsed by the `DocTest`
286 >>> docstring = '''
298 >>> test = parser.get_doctest(docstring, globs, 'some_test',
325 If the docstring contains inconsistant leading whitespace in the
328 >>> docstring = r'''
333 >>> parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
335 ValueError: line 4 of the docstring for some_test has inconsistent leading whitespace: 'indentation
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyautolib.i 13 // %feature("docstring", "doc string goes here") NODENAME;
17 %module(docstring="Python interface to Automation Proxy.") pyautolib
67 %feature("docstring", "Represent a URL. Call spec() to get the string.") GURL;
72 %feature("docstring", "Get the string representation.") spec;
78 %feature("docstring",
82 %feature("docstring", "Get the string representation.") value;
89 %feature("docstring", "Construct an empty FilePath from a string.")
98 %feature("docstring", "Create the suite.") PyUITestSuiteBase;
102 %feature("docstring", "Initialize from the path to browser dir.")
105 %feature("docstring", "Set chrome source root path, used in some tests"
    [all...]
  /external/chromium_org/tools/grit/grit/tool/
interface.py 11 '''Base class for all tools. Tools should use their docstring (i.e. the
12 class-level docstring) for the help they want to have printed when they
  /external/chromium/testing/gmock/scripts/generator/
gmock_gen.py 29 # Fix the docstring in case they require the usage.
  /external/llvm/cmake/modules/
ChooseMSVCCRT.cmake 47 # CMake requires the docstring parameter whenever set() touches the cache,
48 # so get the existing docstring and re-use that.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 107 # - Example: a <source, want> pair, plus an intra-docstring line number.
108 # - DocTest: a collection of examples, parsed from a docstring, plus
109 # info about where the docstring came from (name, filename, lineno).
110 # - DocTestFinder: extracts DocTests from a given object's docstring and
398 ## a string (such as an object's docstring). The DocTest class also
484 the object whose docstring this DocTest was extracted from).
494 - docstring: The string that the examples were extracted from,
497 def __init__(self, examples, globs, name, filename, lineno, docstring):
505 self.docstring = docstring
    [all...]
_LWPCookieJar.py 23 Actually, the format is extended a bit -- see module docstring.
65 ignore_discard and ignore_expires: see docstring for FileCookieJar.save
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 107 # - Example: a <source, want> pair, plus an intra-docstring line number.
108 # - DocTest: a collection of examples, parsed from a docstring, plus
109 # info about where the docstring came from (name, filename, lineno).
110 # - DocTestFinder: extracts DocTests from a given object's docstring and
398 ## a string (such as an object's docstring). The DocTest class also
484 the object whose docstring this DocTest was extracted from).
494 - docstring: The string that the examples were extracted from,
497 def __init__(self, examples, globs, name, filename, lineno, docstring):
505 self.docstring = docstring
    [all...]
_LWPCookieJar.py 23 Actually, the format is extended a bit -- see module docstring.
65 ignore_discard and ignore_expires: see docstring for FileCookieJar.save
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 4 parameter and docstring information when you type an opening parenthesis, and
84 """Return the argument list and docstring of a function or class
167 # See if we can use the docstring
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 4 parameter and docstring information when you type an opening parenthesis, and
84 """Return the argument list and docstring of a function or class
167 # See if we can use the docstring
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
memoized_unittest.py 40 """testing docstring"""
  /external/libvpx/libvpx/tools/
wrap-commit-msg.py 27 The intent is that this docstring would make it through the transform
  /prebuilts/python/darwin-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."

Completed in 524 milliseconds

1 2 3 4 5