##// END OF EJS Templates
add ConsoleWidget.include_other_output...
add ConsoleWidget.include_other_output matches zmq console. Doesn't include `[remote] ` prefix, because true async output makes it less important.

File last commit:

r13347:54891794
r18374:3b0d8c07
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *