Files
ImageUtils/.CondaPkg/env/Lib/idlelib/idle_test/example_stub.pyi
2024-10-07 10:13:40 +07: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: ...