HomeSort by relevance Sort by last modified time
    Searched refs:docstring (Results 1 - 12 of 12) sorted by null

  /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/
DocXMLRPCServer.py 97 docstring = object[1] or ""
99 docstring = pydoc.getdoc(object)
105 docstring, self.preformat, funcs, classes, methods)
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...]
  /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)
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...]
  /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/chrome/test/pyautolib/
pyautolib.i 13 // %feature("docstring", "doc string goes here") NODENAME;
17 %module(docstring="Python interface to Automation Proxy.") pyautolib
74 %feature("docstring", "Represent a URL. Call spec() to get the string.") GURL;
79 %feature("docstring", "Get the string representation.") spec;
85 %feature("docstring",
89 %feature("docstring", "Get the string representation.") value;
96 %feature("docstring", "Construct an empty FilePath from a string.")
105 %feature("docstring", "Create the suite.") PyUITestSuiteBase;
109 %feature("docstring", "Initialize from the path to browser dir.")
112 %feature("docstring", "Set chrome source root path, used in some tests"
    [all...]
  /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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 261 self.docstring = None
288 self.docstring = doc
408 self.consts.insert(0, self.docstring)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 261 self.docstring = None
288 self.docstring = doc
408 self.consts.insert(0, self.docstring)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 702 milliseconds