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 I don't capture the clsName this goes away and the repr works fine, but it doesn't work correctly. Presumably because the repr isn't registered until after the default arguments are processed?
Activity
virtuald commentedon Feb 14, 2022
Yeah, this is really interesting. On Linux:
Gives me:
When I don't capture the clsName this goes away and the repr works fine, but it doesn't work correctly. Presumably because the repr isn't registered until after the default arguments are processed?
auscompgeek commentedon Feb 14, 2022
Oh, hmm. It does seem like the repr was quite broken. Could've sworn it worked last year. On macOS:
auscompgeek commentedon Feb 14, 2022
I think this is what's happening, yeah. Need a way to add some code before all the methods are registered.