Open lovetox opened 9 months ago
The fail is here generate.py:491
signature = str(inspect.signature(function))
This the output from python
>>> str(inspect.signature(Gtk.Table.attach))
'(self, child, left_attach, right_attach, top_attach, bottom_attach, xoptions=<flags GTK_EXPAND | GTK_FILL of type Gtk.AttachOptions>, yoptions=<flags GTK_EXPAND | GTK_FILL of type Gtk.AttachOptions>, xpadding=0, ypadding=0)'
I think an override (like it's done right now) it's fine
I see this line in the code
xoptions=<flags GTK_EXPAND | GTK_FILL of type Gtk.AttachOptions>
which is not valid python