Delete commented-out pydoc.Scanner class (#7100)

This commit is contained in:
Alex Waygood
2022-02-01 17:46:51 +00:00
committed by GitHub
parent 023e21dedf
commit 3e6375e606

View File

@@ -206,15 +206,6 @@ class Helper:
help: Helper
# See Python issue #11182: "remove the unused and undocumented pydoc.Scanner class"
# class Scanner:
# roots = ... # type: Any
# state = ... # type: Any
# children = ... # type: Any
# descendp = ... # type: Any
# def __init__(self, roots, children, descendp) -> None: ...
# def next(self): ...
class ModuleScanner:
quit: bool
def run(