Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
80acc3ebbc4c81f9c1bff864eca076d6bdbe9ec6
/
.
/
Lib
/
test
/
badsyntax_async1.py
blob: 970445d45f0bc557d632765300cd6c65e9acc322 [
file
] [
log
] [
blame
]
Yury Selivanov
7544508
2015-05-11 22:57:16 -0400
[
diff
] [
blame
]
1
async
def
foo
():
2
def
foo
(
a
=
await something
()):
3
pass