Skip to content

Following imports #27

@LightAndLight

Description

@LightAndLight

Eventually I want to be able to parse and validate imported modules. Not going to do it yet, but I'm going to do some brainstorming here.

https://docs.python.org/3.5/reference/import.html#searching

  • We'll have to duplicate the "finders and loaders" logic
  • Should probably make import awareness work for calls to importlib.import_module as well as import statements
  • Need to warn about importing inside control flow, as we can't give useful guarantees

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions