python (3.11.7)

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