paramiko-expect icon indicating copy to clipboard operation
paramiko-expect copied to clipboard

Create Stub File for Type Annotation

Open diegostammer opened this issue 4 years ago • 1 comments

Using VSCode with pylance plugin in strict mode generate a lot of errors about missing type annotation. The request is to create a stub file (*.pyi) to document every type of constants, methods, functions, etc.

https://www.python.org/dev/peps/pep-0484/ https://www.python.org/dev/peps/pep-0561/

diegostammer avatar Nov 23 '20 09:11 diegostammer

@diegostammer this package is quite old, when before there was type annotation available.

If you want to give a contribution and add those extra documentation files, PRs are welcomed

fruch avatar Jan 24 '21 21:01 fruch