depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
third_party
/
git
/
t
/
t4018
/
python-indented-async-def
blob: f5d03258af4d20b124090987619da992662f7a68 (
plain
) (
blame
)
1
2
3
4
5
6
7
class Foo:
async def RIGHT(self, x: int):
return [
1,
2,
ChangeMe,
]