mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 17:09:38 +07:00
GitOrigin-RevId: e5826372ddfe233656097da774d978c57ee54937
3 lines
118 B
Python
3 lines
118 B
Python
def foo(x):
|
|
if hasattr(x, 'foo') and not hasattr(x, 'bar') and not not hasattr(x, 'baz'):
|
|
print(x.<caret>) |