mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
4 lines
164 B
Python
4 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: ...
|