Tips (PY-9616).

This commit is contained in:
Dmitry Trofimov
2015-05-18 20:36:39 +02:00
parent 438cfeec0c
commit 35f69ceac9
2 changed files with 13 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>Use <span class="control">type hinting</span> to inform PyCharm about
the expected types of parameters, local variables, fields, or return values.</p>
<p>When the expected type is specified as a docstring, PyCharm provides code completion
that suggests elements of the corresponding type:</p>
<p class="image">
<img src="images/type_hinting_return.png"></p>
</body>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB