Files
openide/python/testData/quickdoc/MultilineReturnSectionNumpy.html
Irina Fediaeva bb882b63f5 PY-55118: Syntax highlighting for definition signatures in Quick Documentation
GitOrigin-RevId: b8a27a048772a0af7fcc36a9cba0d308e0ace8cc
2023-02-10 22:44:22 +00:00

7 lines
931 B
HTML

<html><body><div class="bottom"><icon src="AllIcons.Nodes.Package"/>&nbsp;<code><a href="psi_element://#module#MultilineReturnSectionNumpy">MultilineReturnSectionNumpy</a></code></div><div class="definition"><pre><span style="color:#000080;font-weight:bold;">def </span><span style="color:#000000;">foo</span><span style="">(</span><span style="">)</span> -&gt; <span style="color:#000000;"><span style="color:#000080;"><a href="psi_element://#typename#bool">bool</a></span></span></pre></div><div class="content">Unittest placeholder</div><table class="sections"><tr><td class="section" valign="top">Returns:</td><td valign="top">True if successful, False otherwise.
The return type is optional and may be specified at the beginning of
the Returns section followed by a colon.
The Returns section may span multiple lines and paragraphs.
Following lines should be indented to match the first line.</td></tr></table></body></html>