class documentation

class _MetaPathFinder(Protocol): (source)

View In Hierarchy

Undocumented

Method find_spec Undocumented
def find_spec(self, fullname: str, path: Sequence[str]|None, target: types.ModuleType|None = ...) -> importlib.machinery.ModuleSpec|None: (source)

Undocumented