Files
openide/python/testData/quickdoc/ReferenceToMethodQualifiedWithInstance.html
evgeny.bovykinandintellij-monorepo-bot 5326d60a51 Fix Py3QuickDocTest - stubs for len and count were updated
GitOrigin-RevId: 146a1e73951c5c899a52aec3e774fb419ba04441
2025-08-21 11:05:23 +00:00

3 lines
933 B
HTML

<html><body><div class="bottom"><icon src="AllIcons.Nodes.Class"/>&nbsp;<code><a href="psi_element://#typename#list">list</a></code></div><div class="definition"><pre><span style="color:#000080;font-weight:bold;">def </span><span style="color:#000000;">count</span><span style="">(</span><span style="color:#94558d;">self</span><span style="">,</span>
<span style="color:#000000;">value</span><span style="">: </span><span style="color:#000000;">_T</span><span style="">,</span>
<span style="color:#000000;">/</span><span style="">)</span> -&gt; <span style="color:#000000;"><span style="color:#000080;"><a href="psi_element://#typename#int">int</a></span></span></pre></div><div class="content">L.count(value) -&gt; integer -- return number of occurrences of value</div><table class="sections"><tr><td class="section" valign="top">Assigned to:</td><td valign="top"><code>c1</code></td></tr></table></body></html>