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
Currently, radon only analyzes top-level functions or methods. Nested functions can be arbitrary complex but they are invisible to radon.
I propose a --nested flag.
Currently, radon only analyzes top-level functions or methods. Nested functions can be arbitrary complex but they are invisible to radon.
I propose a
--nestedflag.