example_stub.pyi 87 B

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