Skip to content

Conversation

@CorsCodini
Copy link
Contributor

The docs currently describe the pos argument as list[int, int], but the method actually expects a tuple (int, int).
The basic example from here (https://chantonic.com/NodeGraphQt/api/examples/ex_overview.html) also uses tuple.
Note: if lists were intended, the correct type would be list[int], not list[int, int].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant