python (3.12.0)

(root)/
lib/
python3.12/
idlelib/
idle_test/
example_stub.pyi
class Example:
    def method(self, argument1: str, argument2: list[int]) -> None: ...