We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see this line in the code
xoptions=<flags GTK_EXPAND | GTK_FILL of type Gtk.AttachOptions>
which is not valid python
The text was updated successfully, but these errors were encountered:
The fail is here generate.py:491
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
Sorry, something went wrong.
No branches or pull requests
I see this line in the code
xoptions=<flags GTK_EXPAND | GTK_FILL of type Gtk.AttachOptions>
which is not valid python
The text was updated successfully, but these errors were encountered: