Files
INTUIA/Programa final/Python-3.10.15/Lib/idlelib/idle_test/example_stub.pyi
T
2026-03-15 13:27:50 +00:00

3 lines
87 B
Python

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