[PyQt] Inspecting a pyqtBoundSignal
Phil Thompson
phil at riverbankcomputing.com
Wed Jun 1 12:54:56 BST 2016
On 1 Jun 2016, at 12:47 pm, Elvis Stansvik <elvstone at gmail.com> wrote:
>
> 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?
Sorry, no.
Phil
More information about the PyQt
mailing list