HomeSort by relevance Sort by last modified time
    Searched refs:docstring (Results 1 - 9 of 9) 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
  /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...]
  /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...]

Completed in 1358 milliseconds