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 passing a function name to --line-profile, it appears to attempt to import it. This makes it impossible to profile a class method, which causes a not found or is not callable exception.
The text was updated successfully, but these errors were encountered:
When passing a function name to
--line-profile
, it appears to attempt to import it. This makes it impossible to profile a class method, which causes anot found or is not callable
exception.The text was updated successfully, but these errors were encountered: