Skip to content

Provide typing #91

Description

@tmoulignier

Hello,

Is it possible to provide typing in classes properties and functions? for example:

def get( idstr):
becomes:

from .registry.ig import ig
def get( idstr:str ) -> ig:

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).
image

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    aspirationalSomething we'd like to work on when resources permit.enhancementA suggestion to improve the package

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions