class importlib.machinery.WindowsRegistryFinder
Finder for modules declared in the Windows registry. This class implements the importlib.abc.Finder
ABC.
Only class methods are defined by this class to alleviate the need for instantiation.
New in version 3.3.
Please login to continue.