codekingpro's picture
Add files using upload-large-folder tool
ba5a9f3 verified
Raw
History Blame Contribute Delete
164 Bytes
# 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: ...