We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's because it's actually in _frozen_importlib_external:
_frozen_importlib_external
In [37]: importlib.util.spec_from_file_location.__module__ Out[37]: '_frozen_importlib_external'
Possible fixes:
importlib.util
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's because it's actually in
_frozen_importlib_external
:Possible fixes:
importlib.util
stubs.The text was updated successfully, but these errors were encountered: