Should transform
insert a CanvasBase
instead of an InstructionGroup
?
#77
gottadiveintopython
started this conversation in
Polls
Replies: 0 comments
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.
-
If you are using Python3.7,
transform
is a bit annoying to use because you need two steps to applying a Matrix.If it inserts a
CanvasBase
instead of anInstructioinGroup
, we can write like this:which is clearly easier to read. But since Python3.8 introduced the walrus operator, this may not be a problem anymore.
0 votes ·
Beta Was this translation helpful? Give feedback.
All reactions