mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
17 lines
372 B
Python
17 lines
372 B
Python
# This is <warning descr="EN_A_VS_AN">a</warning> error
|
|
# (in a multiline comment
|
|
# with parentheses)
|
|
|
|
def foo():
|
|
"""
|
|
'OVERRIDE_JIRA_FIX_VERSIONS_TO_MERGE_REQUESTS'
|
|
|
|
Returns:
|
|
x: foo
|
|
|
|
"""
|
|
pass
|
|
|
|
def foo2(common_start=None):
|
|
# raise ValueError(f"For the {common_start} attributes, None is only permitted if they are both None.")
|
|
return 1 |