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

1 2 3 4 5 6 7 8

  /prebuilts/misc/common/swig/include/2.0.11/octave/
octave.swg 8 %define %docstring %feature("docstring") %enddef
  /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
  /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
  /external/lldb/scripts/Python/interface/
SBExpressionOptions.i 12 %feature("docstring",
31 %feature("docstring", "Sets whether to coerce the expression result to ObjC id type after evaluation.") SetCoerceResultToId;
39 %feature("docstring", "Sets whether to unwind the expression stack on error.") SetUnwindOnError;
47 %feature("docstring", "Sets whether to ignore breakpoint hits while running expressions.") SetUnwindOnError;
55 %feature("docstring", "Sets whether to cast the expression result to its dynamic type.") SetFetchDynamicValue;
63 %feature("docstring", "Sets the timeout in microseconds to run the expression for. If try all threads is set to true and the expression doesn't complete within the specified timeout, all threads will be resumed for the same timeout to see if the expresson will finish.") SetTimeoutInMicroSeconds;
70 %feature("docstring", "Sets whether to run all threads if the expression does not complete on one thread.") SetTryAllThreads;
SBBlock.i 12 %feature("docstring",
25 %feature("docstring",
34 %feature("docstring", "
41 %feature("docstring", "
48 %feature("docstring", "
55 %feature("docstring", "
62 %feature("docstring", "Get the parent block.") GetParent;
66 %feature("docstring", "Get the inlined block that is or contains this block.") GetContainingInlinedBlock;
70 %feature("docstring", "Get the sibling block for this block.") GetSibling;
74 %feature("docstring", "Get the first child block.") GetFirstChild
    [all...]
SBBreakpointLocation.i 12 %feature("docstring",
19 SBBreakpoint contains SBBreakpointLocation(s). See docstring of SBBreakpoint
56 %feature("docstring", "
65 %feature("docstring", "
SBStream.i 14 %feature("docstring",
52 %feature("docstring", "
61 %feature("docstring", "
89 %feature("docstring", "
SBWatchpoint.i 12 %feature("docstring",
40 %feature("docstring", "
69 %feature("docstring", "
77 %feature("docstring", "
SBFrame.i 12 %feature("docstring",
96 %feature("docstring", "
104 %feature("docstring", "
122 %feature("docstring", "
130 %feature("docstring", "
146 %feature("docstring", "
184 %feature("docstring", "
204 %feature("docstring", "
217 %feature("docstring", "
245 %feature("docstring", "
    [all...]
SBBroadcaster.i 12 %feature("docstring",
SBCommandReturnObject.i 12 %feature("docstring",
SBSourceManager.i 12 %feature("docstring",
SBTypeFilter.i 12 %feature("docstring",
  /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/lldb/test/functionalities/command_script/
welcome.py 5 Just a docstring for welcome_impl
  /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.
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
column.py 9 ColumnHeaderFactory class (see class docstring for details)

Completed in 8430 milliseconds

1 2 3 4 5 6 7 8