<div style=""><div style="color: rgb(0, 0, 0); font-family: arial; font-size: 14px;">Sorry, I just feel the feature is just like what help() function do in Python </div><div style="color: rgb(0, 0, 0); font-family: arial; font-size: 14px;">https://docs.python.org/3/library/functions.html#help</div><div style="color: rgb(0, 0, 0); font-family: arial; font-size: 14px;"><br></div><div style="color: rgb(0, 0, 0); font-family: arial; font-size: 14px;">an example with PyQt5</div><div style=""><div style="">>>> from PyQt5.QtWidgets import QApplication</div><div style="">>>> help(QApplication.startTimer)</div><div style="">Help on built-in function startTimer:</div><div style=""><br></div><div style="">startTimer(...)</div><div style="">    startTimer(self, int, timerType: Qt.TimerType = Qt.CoarseTimer) -> int</div><div style=""><br></div><div style="">>>> </div></div><div style="color: rgb(0, 0, 0); font-family: arial; font-size: 14px;"><br></div><div style="color: rgb(0, 0, 0); font-family: arial; font-size: 14px;"><br></div></div><!-- jy5ContentSuffix --><div>在2017年09月22 16时42分, "Christian Tismer"<tismer@stackless.com>写道:</div><blockquote id="isReplyContent" style="padding-left:1ex; margin: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>Hi,<br><br>please re-submit your reply in a readable way.<br>I could read it locally, but the mailing list does not<br>have a readable answer from you, just my copied text.<br><br>Can you please come up with more than just "why not?"?<br>I need a proposal how the help should look like.<br><br>Thanks in advance -- Chris<br><br><br>On 22.09.17 07:07, Zhao Lee wrote:<br>> why not?<br>>>>> help(PySide2.QtWidgets.QGraphicsAnchorLayout.addAnchors)<br>>>>> help(PySide2.QtWidgets.QGraphicsAnchorLayout)<br>> <br>> <br>> <br>> 在2017年09月21 21时04分, "Christian Tismer"<<a href="mailto:tismer@stackless.com">tismer@stackless.com</a>>写道:<br>> <br>> <br>>     Hi friends,<br>> <br>>     there is the new signature module for PySide2.<br>>     It adds the __signature__ attribute to all PySide2<br>>     functions and constructors.<br>> <br>>     Example usage:<br>> <br>>     >>> PySide2.QtWidgets.QGraphicsAnchorLayout.addAnchors.__signature__<br>>     >>> PySide2.QtWidgets.QGraphicsAnchorLayout.__signature__<br>> <br>>     will print all annotations, defaults and return values.<br>> <br>>     The feature supports Python 2.7 and Python 3.4 and up.<br>>     See further info at<br>> <br>>        https://bugreports.qt.io/browse/PYSIDE-510<br>> <br>>     https://github.com/pyside/pyside2-setup/blob/5.6/sources/shiboken2/libshiboken/signature.cpp<br>> <br>>     https://github.com/pyside/pyside2-setup/blob/5.6/sources/shiboken2/libshiboken/signature.cpp<br>> <br>>     Cheers -- Chris<br>> <br>>     -- <br>>     Christian Tismer             :^)   <a href="mailto:tismer@stackless.com">tismer@stackless.com</a><br>>     <mailto:<a href="mailto:tismer@stackless.com">tismer@stackless.com</a>><br>>     Software Consulting          :     http://www.stackless.com/<br>>     Karl-Liebknecht-Str. 121     :     https://github.com/PySide<br>>     14482 Potsdam                :     GPG key -> 0xFB7BEE0E<br>>     phone +49 173 24 18 776  fax +49 (30) 700143-0023<br>> <br>> <br>> <br>> <br>> <br>>  <br>> <br><br><br>-- <br>Christian Tismer             :^)   <a href="mailto:tismer@stackless.com">tismer@stackless.com</a><br>Software Consulting          :     http://www.stackless.com/<br>Karl-Liebknecht-Str. 121     :     https://github.com/PySide<br>14482 Potsdam                :     GPG key -> 0xFB7BEE0E<br>phone +49 173 24 18 776  fax +49 (30) 700143-0023<br><br></blockquote><br><br><span title="neteasefooter"><p> </p></span>