mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 12:48:12 +07:00
GitOrigin-RevId: 65787827f5df5aa80986107dda0ba555b0942d40
3 lines
61 B
Python
3 lines
61 B
Python
class Super:
|
|
def method(self, x: int) -> str:
|
|
... |