PYroMat icon indicating copy to clipboard operation
PYroMat copied to clipboard

Provide typing

Open tmoulignier opened this issue 8 months ago • 5 comments

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

tmoulignier avatar May 28 '24 08:05 tmoulignier