mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 17:20:54 +07:00
At the moment we render them "as is" only escaping their text similarly to how it's done for TypeScript, not trimming it to the first line as in case of target expression initializers.
6 lines
125 B
Python
6 lines
125 B
Python
class C:
|
|
def met<the_ref>hod(self=42, foo=[1,
|
|
2],
|
|
bar="<br/>"):
|
|
pass
|