kamahen / pykythe

Generate code Python source cross-reference facts in Kythe format
Other
21 stars 3 forks source link

Use typeshed/stdlib/3/_importlib_modulespec.pyi ModuleType for modules #28

Open kamahen opened 4 years ago

kamahen commented 4 years ago

Need to get definitions of file etc, which are currently undefined

Note that typeshed/stdlib/3/types.pyi has from _importlib_modulespec import ModuleType as ModuleType # Exported (for avoiding circular imports)