Sign in
android
/
platform
/
external
/
python
/
cpython3
/
d038307b10
/
.
/
Lib
/
idlelib
/
idle_test
/
example_stub.pyi
blob: a9811a78d10a6e7121986fc82c5f61282d0dea9d [
file
] [
log
] [
blame
]
class
Example
:
def
method
(
self
,
argument1
:
str
,
argument2
:
list
[
int
])
->
None
:
...