Initial type checker inspection for Python

This commit is contained in:
Andrey Vlasovskikh
2011-06-15 21:21:09 +04:00
parent 922480df87
commit e5049069cc
28 changed files with 986 additions and 44 deletions
+1 -1
View File
@@ -1 +1 @@
<html><body>property <b><code>x</code></b> of class <a href="psi_element://#class#">A</a>(<a href="psi_element://#parent#object">object</a>)<br><i>Copied from getter:</i><br>Does things to X<code><br><br>@<i>x.deleter</i><br>def <b>x</b>(self,&nbsp;v)<br>Inferred&nbsp;return&nbsp;type:&nbsp;None<br>Deletes&nbsp;X</code><small><br><br>Deleter of property</small><br></body></html>
<html><body>property <b><code>x</code></b> of class <a href="psi_element://#class#">A</a>(<a href="psi_element://#parent#object">object</a>)<br><i>Copied from getter:</i><br>Does things to X<code><br><br>@<i>x.deleter</i><br>def <b>x</b>(self,&nbsp;v)<br>Inferred&nbsp;type:&nbsp;(self:&nbsp;A,&nbsp;v:&nbsp;unknown)&nbsp;-&gt;&nbsp;None<br><br>Deletes&nbsp;X</code><small><br><br>Deleter of property</small><br></body></html>