aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/snippets
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2023-08-01 18:02:53 +0200
committerChristian Tismer <tismer@stackless.com>2023-08-07 21:44:46 +0200
commit3a95cdec26c3264c271f21738dbb203b88e8e432 (patch)
treef2addd8abe212e294cb73895beb87833fb28e384 /sources/pyside6/doc/snippets
parenta7c4a88f5700ab6f0f7244fbdb44435ba30833af (diff)
signature: Use __doc__ attribute when provided
Currently, classes that inherit for any Q* has their __doc__ attribute overridden by None when accessing it as a class member. For example: class A(QObject): """Content""" will return None, when accessing A.__doc__ but when the class is instantiated, it properly works. Fixed by a slight correction in signature_extend and extending errorhandler.make_helptext a little. Fixes: PYSIDE-1884 Change-Id: Ia35158f20768f32dfe89e6be5b519cf951277e68 Pick-to: 6.5 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'sources/pyside6/doc/snippets')
0 files changed, 0 insertions, 0 deletions