You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When displaying the inline code documentation, it is very hard to read through all those Component.UNDEFINED attribute defaults. Could we not replace those by their default values or None? At least with a repr() of some kind?
Or is this just me with PyCharm?
The text was updated successfully, but these errors were encountered:
We can't actually use None or default values because explicitly providing None is different than not providing any value at all. For context, see this PR that introduced Component.UNDEFINED: #276
When displaying the inline code documentation, it is very hard to read through all those
Component.UNDEFINED
attribute defaults. Could we not replace those by their default values or None? At least with arepr()
of some kind?Or is this just me with PyCharm?
The text was updated successfully, but these errors were encountered: