JelleZijlstra / typeshed_client

Retrieve information from typeshed and other typing stubs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle star imports

JelleZijlstra opened this issue · comments

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