[PyQt] Inspecting a pyqtBoundSignal

Elvis Stansvik elvstone at gmail.com
Wed Jun 1 12:47:38 BST 2016


Hi all,

Is there some way of inspecting a pyqtBoundSignal? In my case, I'd
like to get the types and names of its arguments.

E.g. if I have declared:

    someSignal(int, str, arguments=['foo', 'bar']

Can I at a later point get [int, str] and ['foo', 'bar'] from
someObj.someSignal?

Thanks in advance,
Elvis


More information about the PyQt mailing list