bundles / IPython 9.5.0 / IPython / core / magic / output_can_be_silenced
function
IPython.core.magic:output_can_be_silenced
source: /IPython/core/magic.py :282
Signature
def output_can_be_silenced ( magic_func ) Summary
Mark a magic function so its output may be silenced.
Extended Summary
The output is silenced if the Python code used as a parameter of the magic ends in a semicolon, not counting a Python comment that can follow it.
Aliases
-
IPython.core.magic.output_can_be_silenced