mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
16 lines
145 B
Python
16 lines
145 B
Python
async for x in y:
|
|
if z: continue
|
|
if w: break
|
|
else:
|
|
v
|
|
|
|
for ham in eggs:
|
|
spam
|
|
|
|
for (a,b) in c:
|
|
pass
|
|
|
|
for d, *e in f:
|
|
pass
|
|
|