mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:50:58 +07:00
Tests to PY-286 related __doc__ resolution.
This commit is contained in:
5
python/testData/resolve/DocStringClass.py
Normal file
5
python/testData/resolve/DocStringClass.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class Foo:
|
||||
"Docstring of class Foo"
|
||||
pass
|
||||
|
||||
Foo._<ref>_doc__
|
||||
Reference in New Issue
Block a user