File size: 164 Bytes
ba5a9f3 | 1 2 3 4 5 | # 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: ...
|
ba5a9f3 | 1 2 3 4 5 | # 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: ...
|