Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardPythonimport system finders loadersSingle-choice MCQ

When you `import foo`, what is the precise order CPython consults the entries of `sys.meta_path`, and what is each default finder responsible for?

import sys print([f.__name__ for f in sys.meta_path])