master
/ miniconda3 / lib / python3.11 / idlelib / idle_test / example_stub.pyi

example_stub.pyi @a8e0244

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