Files
openide/python/testData/quickdoc/DefaultValues.py
Mikhail Golubev d84a93525e PY-31033 Render parameter default values in Quick Documentation
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.
2018-08-07 13:04:06 +03:00

6 lines
125 B
Python

class C:
def met<the_ref>hod(self=42, foo=[1,
2],
bar="<br/>"):
pass