mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
12 lines
104 B
Python
12 lines
104 B
Python
# This does not work
|
|
|
|
|
|
def spa<caret>m():
|
|
"""
|
|
|
|
>>> 1 == 1
|
|
> 1
|
|
:return:
|
|
"""
|
|
pass
|