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

Add a context manager that captures import statements to populate a LazyImporter #27

Merged
merged 23 commits into from
Nov 12, 2024

Conversation

DavidCEllis
Copy link
Owner

This adds a capture_imports context manager that replaces __import__ within the context and uses it to populate a LazyImporter instance provided.

…eplaced __import__ while the hook was in place.
…placeholders now keep a reference to their capturer.
@DavidCEllis DavidCEllis merged commit bfece4d into main Nov 12, 2024
7 checks passed
@DavidCEllis DavidCEllis deleted the capturing_importer branch November 12, 2024 18:04
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