python-resources · PyPI
https://pypi.org/project/python-resources22.03.2013 · from resources import resources def test_something(): resources.pdb() # to launch debugger resources.shell() # to launch Python REPL. If you install IPython and ipdb ( pip install IPython ipdb ), you get more friendly versions of consoles, otherwise resources fall back to built-in python console and debugger.