Replies: 1 comment
-
The convention for python objects is that the printed representation of an Object should represent the Constructor call that it can be created with. So in that case it will be But it might be different for the classes because not all of them were written in the same timespan. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I run
I get
[Text('foo')]
whereas I would expect[bar]
.Is it a bug or I am misunderstanding something here?
Beta Was this translation helpful? Give feedback.
All reactions