##// END OF EJS Templates
Backport PR #10305: Respect completions display style in terminal debugger...
Backport PR #10305: Respect completions display style in terminal debugger Make the debugger prompt use the same completions style as the main IPython prompt. Closes gh-9746

File last commit:

r415:4a5dcb15
r23385:66bc9c09 auto-backport-of-...
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]