mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 21:44:18 +07:00
GitOrigin-RevId: e5826372ddfe233656097da774d978c57ee54937
3 lines
63 B
Python
3 lines
63 B
Python
def foo(x):
|
|
return x.f<ref>ld if hasattr(x, "fld") else 42
|