mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 11:44:39 +07:00
I also went through other places where these collections are used and updated them where needed. GitOrigin-RevId: d74bcea57e0ab71273837e3c443b600bfd64ff3b
5 lines
108 B
Python
5 lines
108 B
Python
class Class:
|
|
@property
|
|
def<error descr="Identifier expected"><caret> </error>(self):
|
|
return
|