mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 13:31:28 +07:00
Merge-request: IJ-MR-138193 Merged-by: Daniil Kalinin <Daniil.Kalinin@jetbrains.com> GitOrigin-RevId: 7d004677a5b7a4637ea956f13ed85abc0d88604e
8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
class Clazz:
|
|
|
|
"""
|
|
This function does nothing
|
|
Accepts nothing
|
|
Returns nothing
|
|
"""
|
|
def foo(): ... |