-
Notifications
You must be signed in to change notification settings - Fork 11
Provide typing #91
Copy link
Copy link
Open
Labels
aspirationalSomething we'd like to work on when resources permit.Something we'd like to work on when resources permit.enhancementA suggestion to improve the packageA suggestion to improve the package
Description
Activity
Metadata
Metadata
Assignees
Labels
aspirationalSomething we'd like to work on when resources permit.Something we'd like to work on when resources permit.enhancementA suggestion to improve the packageA suggestion to improve the package
Hello,
Is it possible to provide typing in classes properties and functions? for example:
def get( idstr):becomes:
That way, people using IDE can crawl from a function to another, and have auto-completion working.
The documentation also does not display properly in markdown (in VScode at least) as we would require two line break (or add an \n at the end of the line).

Thanks