PY-29717 Don't render type for "self"/"cls" method parameters

These are mostly obvious at the call site.
This commit is contained in:
Mikhail Golubev
2018-06-09 15:59:39 +03:00
parent a85cd24d85
commit 7afb41757c
24 changed files with 28 additions and 26 deletions
@@ -1 +1 @@
<html><body><div class='definition'><pre><a href="psi_element://#typename#ClassDocstringForConstructor.MyClass">ClassDocstringForConstructor.MyClass</a><br>def&nbsp;<b>__init__</b>(self:&nbsp;<a href="psi_element://#typename#MyClass">MyClass</a>)&nbsp;-&gt;&nbsp;None</pre></div><div class='content'>Class&nbsp;docstring.</div><table class='sections'><tr><td valign='top' class='section'><p>Documentation is copied from:</td><td valign='top'><code><a href="psi_element://#typename#ClassDocstringForConstructor.MyClass">MyClass</a></code></td></table></body></html>
<html><body><div class='definition'><pre><a href="psi_element://#typename#ClassDocstringForConstructor.MyClass">ClassDocstringForConstructor.MyClass</a><br>def&nbsp;<b>__init__</b>(self)&nbsp;-&gt;&nbsp;None</pre></div><div class='content'>Class&nbsp;docstring.</div><table class='sections'><tr><td valign='top' class='section'><p>Documentation is copied from:</td><td valign='top'><code><a href="psi_element://#typename#ClassDocstringForConstructor.MyClass">MyClass</a></code></td></table></body></html>