Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
MetaPathFinder.find_spec
method in MyFinder
subclass.
The `MyFinder` subclass of [`MetaPathFinder`](https://docs.python.org/3.11/library/importlib.html#importlib.abc.MetaPathFinder) currently only implements the deprecated `find_module` method. That deprecated method was [removed](python/cpython#98059) in Python 3.12. This change adds an implementation for its replacement method called `find_spec`.
- Loading branch information