-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
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_moduleas well as import statements - Need to warn about importing inside control flow, as we can't give useful guarantees