Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Is it possible to use this to access typeshed annotations for builtin functions?  #56

@EdwardChamberlain

Description

@EdwardChamberlain

This project could benefit from some example code.

Is it possible to use this to access type annotation for built in functions such as time.sleep?

I would like to access the annotations def sleep(secs: float) -> None: ... within my python script so that I can work with them such that it can be analysed at runtime much in the way that you can use .__annotations__ on other functions.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions