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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/formatter/
main_unittest.py 14 """triple-quoted docstring"""
26 """triple-quoted docstring"""
41 """triple-quoted docstring"""
57 """triple-quoted docstring"""
  /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.
  /external/lldb/scripts/
lldb.swig 9 /* Define our module docstring. */
10 %define DOCSTRING
35 %module(docstring=DOCSTRING) lldb
  /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/third_party/cython/src/Cython/Includes/cpython/
function.pxd 29 # The function's docstring, name and __module__ are retrieved from
  /build/tools/releasetools/
common.py 603 def Usage(docstring):
604 print docstring.rstrip("\n")
609 docstring,
613 flags. docstring is the calling module's docstring, to be displayed
626 Usage(docstring)
634 Usage(docstring)
    [all...]
  /external/lldb/source/Commands/
CommandObjectCommands.cpp 1306 std::string docstring; local
    [all...]
  /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)
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Nodes.py 53 def embed_position(pos, docstring):
55 return docstring
57 if docstring is None:
61 # make sure we can encode the filename in the docstring encoding
62 # otherwise make the docstring a unicode string
63 encoding = docstring.encoding
70 if not docstring:
71 # reuse the string encoding of the original docstring
74 doc = EncodedString(pos_line + u'\n' + docstring)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
autopep8.py 163 # Missing blank line between class docstring and method declaration.
    [all...]
  /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 2274 milliseconds