Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
e2b3d831fd2824d8a5713e3ed2a64aad0fb6b62d
/
.
/
Lib
/
idlelib
/
idle_test
/
example_stub.pyi
blob: a9811a78d10a6e7121986fc82c5f61282d0dea9d [
file
]
class
Example
:
def
method
(
self
,
argument1
:
str
,
argument2
:
list
[
int
])
->
None
:
...