5
0
python-binaries/Lib/idlelib/idle_test/example_stub.pyi
2024-03-09 23:10:52 +08:00

3 lines
87 B
Python

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