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

Parse package structure and module imports #1

Merged
merged 5 commits into from
Nov 25, 2023
Merged

Parse package structure and module imports #1

merged 5 commits into from
Nov 25, 2023

Conversation

Peter554
Copy link
Owner

@Peter554 Peter554 commented Nov 21, 2023

No description provided.

@Peter554 Peter554 self-assigned this Nov 21, 2023

let mut imports = HashSet::new();

for stmt in body {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, exclude type checking imports.

example/__init__.py Outdated Show resolved Hide resolved
@Peter554 Peter554 force-pushed the dev branch 3 times, most recently from fb0e0bf to 900068e Compare November 22, 2023 20:56
@Peter554 Peter554 force-pushed the dev branch 19 times, most recently from 573e247 to ca96cea Compare November 24, 2023 22:29
@Peter554 Peter554 force-pushed the dev branch 16 times, most recently from bfefeb2 to 5750ef0 Compare November 25, 2023 21:43
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

Successfully merging this pull request may close these issues.

1 participant