1class Example:
2    def method(self, argument1: str, argument2: list[int]) -> None: ...
3