Home
last modified time | relevance | path

Searched refs:WindowsRegistryFinder (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Lib/test/test_importlib/
Dtest_windows.py38 if machinery.WindowsRegistryFinder.DEBUG_BUILD:
39 root = machinery.WindowsRegistryFinder.REGISTRY_KEY_DEBUG
41 root = machinery.WindowsRegistryFinder.REGISTRY_KEY
52 if machinery.WindowsRegistryFinder.DEBUG_BUILD:
64 spec = self.machinery.WindowsRegistryFinder.find_spec('spam')
68 loader = self.machinery.WindowsRegistryFinder.find_module('spam')
73 loader = self.machinery.WindowsRegistryFinder.find_module(self.test_module)
74 spec = self.machinery.WindowsRegistryFinder.find_spec(self.test_module)
80 loader = self.machinery.WindowsRegistryFinder.find_module(self.test_module)
81 spec = self.machinery.WindowsRegistryFinder.find_spec(self.test_module)
/external/python/cpython3/Lib/importlib/
Dmachinery.py11 from ._bootstrap_external import WindowsRegistryFinder
Dabc.py85 machinery.PathFinder, machinery.WindowsRegistryFinder)
D_bootstrap_external.py704 class WindowsRegistryFinder: class
1629 WindowsRegistryFinder.DEBUG_BUILD = True
/external/python/cpython3/Misc/NEWS.d/
D3.6.0rc2.rst36 Deprecate WindowsRegistryFinder.
D3.7.0b3.rst417 Update documentation to clarify that ``WindowsRegistryFinder`` implements
D3.6.6rc1.rst594 Update documentation to clarify that ``WindowsRegistryFinder`` implements
D3.6.1rc1.rst719 Deprecate WindowsRegistryFinder and disable it by default.
D3.7.0a1.rst5552 Deprecate WindowsRegistryFinder and disable it by default
D3.8.0a1.rst6555 Update documentation to clarify that ``WindowsRegistryFinder`` implements
/external/python/cpython3/Doc/using/
Dwindows.rst1064 may be imported by :class:`importlib.machinery.WindowsRegistryFinder`.
/external/python/cpython3/Doc/library/
Dimportlib.rst1072 .. class:: WindowsRegistryFinder
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2012 The :class:`importlib.machinery.WindowsRegistryFinder` class is now
/external/python/cpython3/Misc/
DHISTORY2875 - Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder.
6865 - Issue #15519: Properly expose WindowsRegistryFinder in importlib (and use the