mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
Otherwise, we end up not displaying overloads in cases when there is no actual definition to resolve into. First of all, in case of builtin declarations in typeshed.
4 lines
529 B
HTML
4 lines
529 B
HTML
<html><body><div class='definition'><pre><a href="psi_element://#module#Overloads">Overloads</a><br>@<i>typing.overload</i><br>def <b>foo</b>(p: <a href="psi_element://#typename#str">str</a>) -> <a href="psi_element://#typename#str">str</a>
|
|
Possible types:
|
|
• (p: <a href="psi_element://#typename#int">int</a>) -> <a href="psi_element://#typename#int">int</a>
|
|
• (p: <a href="psi_element://#typename#str">str</a>) -> <a href="psi_element://#typename#str">str</a></pre></div></body></html> |