mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-28 14:38:29 -06:00
5 lines
164 B
Python
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: ...
|