Files
laragon/bin/python/python-3.13/Lib/idlelib/idle_test/example_stub.pyi
2025-10-05 17:33:37 +02:00

5 lines
164 B
Python

# An example file to test recognition of a .pyi file as Python source code.
class Example:
def method(self, argument1: str, argument2: list[int]) -> None: ...