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