Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
514b1c91b8651e8ab9129a34b7482033d2fd4e5b
/
.
/
Lib
/
idlelib
/
idle_test
/
example_stub.pyi
blob: 17b58010a9d8de8f6737998d6277dc51c823841e [
file
]
" Example to test recognition of .pyi file as Python source code.
class Example:
def method(self, argument1: str, argument2: list[int]) -> None: ...