Skip to content
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

Differentiate between 'import' and 'from import' statements #88

Open
dacamo76 opened this issue Mar 20, 2021 · 0 comments
Open

Differentiate between 'import' and 'from import' statements #88

dacamo76 opened this issue Mar 20, 2021 · 0 comments

Comments

@dacamo76
Copy link
Collaborator

We need to differentiate between imports:
from blah import foo and just a straight import blah.

Need to dig deeper into this- it appears Python treats these imports differently - if a symbol exposed in package __init__.py is same as a module in the same package, we need to know if the module or the __init__.py symbol is loaded into the namespace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant