##// END OF EJS Templates
allow IPythonWidget.in_prompt to exclude input number...
allow IPythonWidget.in_prompt to exclude input number This allows common prompts like '>>> ' in the QtConsole, and prevents failures of string formatting from crashing the console.

File last commit:

r3408:261328d5
r4478:9843479a
Show More
__init__.py
4 lines | 74 B | text/x-python | PythonLexer
try:
from mglob import *
except ImportError:
from _mglob import *