Files
Semyon Proshev b470c828e0 Update python file templates' descriptions (PY-48274)
GitOrigin-RevId: 61c9420a274b546d3afffa6b8e72f5e3f1da515e
2021-04-30 14:51:59 +00:00

7 lines
311 B
HTML

<html>
<body>
<p>Creates an empty stub file with the <code>.pyi</code> extension.
Stub files allow you to specify type hints using Python 3 syntax for both Python 2 and 3.</p>
<p>For more details, see <a href="https://www.jetbrains.com/help/pycharm/stubs.html">Working with stub files</a>.</p>
</body>
</html>