'Is it possible to do split view in pdb

I'm wondering if pdb has anything equivalent to gdb's split view (when you press ctrl-x 1), where the code is displayed at the top half of the terminal window, and is automatically refreshed when you step through?

I've not found anything on google, but I might not be searching for the correct terms.

pdb


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source