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
With radon hal -f, it would be nice to know which class a classmethod belongs to. Currently, if you have two classes with constructors in your module, radon hal -f prints __init__ twice, and you can't distinguish, which method belongs to which class.
Greetings.
The text was updated successfully, but these errors were encountered:
Currently I have very little time to work on radon, but this may actually be somewhat easy to accomplish. If in the meantime you want to open a PR, I'll happily review it.
Hey, thank you very much for your great work.
With
radon hal -f
, it would be nice to know which class a classmethod belongs to. Currently, if you have two classes with constructors in your module,radon hal -f
prints__init__
twice, and you can't distinguish, which method belongs to which class.Greetings.
The text was updated successfully, but these errors were encountered: