mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Tips (PY-9616).
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user