Sign in
googlers
/
jrn
/
git
/
0d23421e2a30fb15c5b701c36a2c7b37b9aec58a
/
.
/
t
/
t4018
/
python-indented-async-def
blob: f5d03258af4d20b124090987619da992662f7a68 [
file
] [
log
] [
blame
]
class
Foo
:
async
def
RIGHT
(
self
,
x
:
int
):
return
[
1
,
2
,
ChangeMe
,
]