-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following imports #27
Comments
I was just thinking about this today. I'd love it if Eg. in Python is common to do the following
where As common as above is this
|
Yep that's the 3rd bullet point :) I've come up against similar issues in scope checking. I wish it wasn't this way. |
😊
Reading
I wonder what guarantees can be given about Python at all. |
The |
maybe, hopefully |
At this point I am not sure if I should be happy or sad ... |
Definitely happy, because I've tried that same thing before :P |
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
importlib.import_module
as well as import statementsThe text was updated successfully, but these errors were encountered: