JelleZijlstra / typeshed_client

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

Handle star imports #2

Closed JelleZijlstra closed 7 years ago

JelleZijlstra commented 7 years ago

from ... import * is a supported way to re-export all names in another module. Currently, typeshed_client just interprets it as importing a name *.