File size: 154 Bytes
288007d |
1 2 3 4 5 |
" Example to test recognition of .pyi file as Python source code.
class Example:
def method(self, argument1: str, argument2: list[int]) -> None: ...
|
288007d |
1 2 3 4 5 |
" Example to test recognition of .pyi file as Python source code.
class Example:
def method(self, argument1: str, argument2: list[int]) -> None: ...
|