MCPcopy Create free account
hub / github.com/ipython/ipython / logoff

Method logoff

IPython/core/magics/logging.py:174–178  ·  view source on GitHub ↗

Temporarily stop logging. You must have previously started logging.

(self, parameter_s='')

Source from the content-addressed store, hash-verified

172
173 @line_magic
174 def logoff(self, parameter_s=''):
175 """Temporarily stop logging.
176
177 You must have previously started logging."""
178 self.shell.logger.switch_log(0)
179
180 @line_magic
181 def logon(self, parameter_s=''):

Callers

nothing calls this directly

Calls 1

switch_logMethod · 0.80

Tested by

no test coverage detected