##// END OF EJS Templates
add --no-display flag to %%capture...
add --no-display flag to %%capture document this new magic in whatsnew, and added docs to the resulting object.

File last commit:

r4053:b45902e3
r12225:53fede2a
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *