JelleZijlstra / typeshed_client

Retrieve information from typeshed and other typing stubs
MIT License
20 stars 2 forks source link

Recognize overloaded methods #33

Closed JelleZijlstra closed 2 years ago

JelleZijlstra commented 2 years ago

float.__round__ is overloaded in typeshed, but resolver.get_fully_qualified_name("builtins.float").child_nodes["__round__"] gives only the last overload.