Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Move extraction of local scope to a method #12437

Merged
merged 1 commit into from
Jul 14, 2020

Commits on Jul 13, 2020

  1. Move Extraction of local scope to a method

    When calling ipython magic from pdb, the locals need to be set from the pdb locals, which is different from the frame locals. Moving this call to a method enables a subclass to change the behaviour of `get_local_scope` to make this possible. This would enable using `%timeit` while debugging in Spyder for example
    impact27 committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    f12b948 View commit details
    Browse the repository at this point in the history