Files
openide/python/testData/quickdoc/HoverOverMethod.html
Mikhail Golubev 69d61a8316 PY-29717 Get rid of excess escaping of spaces in function signatures
It's not necessary as in Quick Documentation a definition is wrapped in
<pre/> tag according to new guide lines, and in tooltips line breaks are
preserved thanks to UIUtil.getHtmlBody() used in HintUtil.prepareHintText().
2018-06-09 15:59:39 +03:00

2 lines
71 B
HTML

class A
def f(self) -&gt; <a href="psi_element://#typename#int">int</a>