mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: ce9610afb4e280b2930f126861bdaf13bd69021e
3 lines
43 B
Python
3 lines
43 B
Python
if (x := foo()) and (y := bar()):
|
|
pass
|