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

example_stub.pyi @a663dc1 raw · history · blame

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