shashankkandimalla's picture
Upload folder using huggingface_hub
288007d verified
raw
history blame contribute delete
154 Bytes
" Example to test recognition of .pyi file as Python source code.
class Example:
def method(self, argument1: str, argument2: list[int]) -> None: ...