mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 01:11:31 +07:00
GitOrigin-RevId: 5682350bfd95a6abfc325b511c55d6e27b41476a
3 lines
97 B
Python
3 lines
97 B
Python
def foo(elem):
|
|
elem.call1(elem.field1).ref1.call2(elem.field2, 2).ref2.ref3.call3(2)
|
|
e<caret> |