<div dir="ltr"><div><div><div><div>Hello,<br><br></div>I was wondering if there is a way to dynamically determine the parameter types for a PyQt callable from within Python.<br><br>For example, can I somehow determine that QApplication takes a single argument that is a list of strings?<br>
<br></div>The reason I ask is that I'm trying to see if I can easily write a Qt application using TCL via the tkinter module.  The tkinter module bridges Python and TCL.<br></div><div>It is trivial to get TCL to call Python code via a "createcommand" method on a Tkinter.Tcl instace.<br>
</div>The problem is that in TCL everything is a string so I need to coerce the TCL arguments into the proper Python types.<br><br></div><div>Thanks,<br></div><div>~Eric<br></div></div>