Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
ebbb2ca81f8a33d8b9a5d94f1c4f99a32ee0f427
/
.
/
Lib
/
idlelib
/
idle_test
/
example_stub.pyi
blob: abcdbc17529974ca9892cb0b70f30425160bb279 [
file
] [
log
] [
blame
]
# 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
:
...