koapy.compat.pywinauto

Submodules

Package Contents

Classes

PyWinAutoFinder

Abstract base class for import finders on sys.meta_path.

class koapy.compat.pywinauto.PyWinAutoFinder[source]

Bases: importlib.abc.MetaPathFinder

Abstract base class for import finders on sys.meta_path.

find_spec(self, fullname, path, target=None)
classmethod register(cls)
classmethod unregister(cls)