Home
last modified time | relevance | path

Searched refs:SelectableGroups (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/importlib/metadata/
H A D__init__.py394 For coverage while SelectableGroups is present.
437 "SelectableGroups dict interface is deprecated. Use select.",
467 class SelectableGroups(Deprecated, dict): class
496 >>> SelectableGroups().names
1020 def entry_points(**params) -> Union[EntryPoints, SelectableGroups]:
1027 For compatibility, returns ``SelectableGroups`` object unless
1029 will return ``EntryPoints`` instead of ``SelectableGroups``
1035 :return: EntryPoints or SelectableGroups for all installed packages.
1040 return SelectableGroups.load(eps).select(**params)

Completed in 2 milliseconds