Replies: 2 comments 3 replies
-
When you say "various methods", I only found |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Various methods of the library take a
size
tuple with a doc string like "size – Requested size."I assumed it would be
(width, height)
, but finding it from documentation was needlesly complex. Only reference I found washere.
Would it make sense to either improve documentation by changing the method docs to be clearer (e.g. "size – Requested size. (width, height)." or perhaps by using a NamedTuple or similar self documenting type?
Beta Was this translation helpful? Give feedback.
All reactions