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><code>def <b>foo</b>()<br>Inferred&nbsp;return&nbsp;type:&nbsp;None<br>Doc&nbsp;of&nbsp;foo.</code></body></html>
<html><body><code>def <b>foo</b>()<br>Inferred&nbsp;type:&nbsp;()&nbsp;-&gt;&nbsp;None<br><br>Doc&nbsp;of&nbsp;foo.</code></body></html>