importlib.abc.MetaPathFinder - pydoc - phpman

Look up a command

 

Markdown Format | JSON API | MCP Server Tool


Help on class MetaPathFinder in importlib.abc:

importlib.abc.MetaPathFinder = class MetaPathFinder(builtins.object)
 |  Abstract base class for import finders on sys.meta_path.
 |
 |  Methods defined here:
 |
 |  find_module(self, fullname, path)
 |      Return a loader for the module.
 |
 |      If no module is found, return None.  The fullname is a str and
 |      the path is a list of strings or None.
 |
 |      This method is deprecated since Python 3.4 in favor of
 |      finder.find_spec(). If find_spec() exists then backwards-compatible
 |      functionality is provided for this method.
 |
 |  invalidate_caches(self)
 |      An optional method for clearing the finder's cache, if any.
 |      This method is used by importlib.invalidate_caches().
 |
 |  ----------------------------------------------------------------------
 |  Data descriptors defined here:
 |
 |  __dict__
 |      dictionary for instance variables (if defined)
 |
 |  __weakref__
 |      list of weak references to the object (if defined)
 |
 |  ----------------------------------------------------------------------
 |  Data and other attributes defined here:
 |
 |  __abstractmethods__ = frozenset()


Generated by phpMan Author: Che Dong Under GNU General Public License
2026-06-02 10:53 @216.73.216.151 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!