MinDalle_StableDiff/Python310/Lib/idlelib/idle_test/example_stub.pyi

3 lines
87 B
Python
Raw Normal View History

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