Details
-
Bug
-
Resolution: Done
-
P2: Important
-
1.1.0, 1.1.2, 1.2.2
-
PySide 1.1.1, 1.1.2, 1.2.2
-
b87951b8882d05817b6c62b7721911ecb122577c (pyside/pyside-setup/5.14)
Description
With Python property s and PyQt4 pyqtProperty s, there is a doc parameter, used like:
>>> x = pyqtProperty(int, doc='x-coordinate of player') >>> print x.__doc__ x-coordinate of player >>>
PySide gladly accepts the doc argument, but doesn't seem to do anything with it:
>>> x = Property(int, doc='x-coordinate of player') >>> print x.__doc__ None >>>
Attachments
For Gerrit Dashboard: PYSIDE-135 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
293214,3 | Add doc getter for Property | 5.14 | pyside/pyside-setup | Status: MERGED | +2 | 0 |