MCPcopy Index your code
hub / github.com/ipython/ipython / logstate

Method logstate

IPython/core/magics/logging.py:192–195  ·  view source on GitHub ↗

Print the status of the logging system.

(self, parameter_s='')

Source from the content-addressed store, hash-verified

190
191 @line_magic
192 def logstate(self, parameter_s=''):
193 """Print the status of the logging system."""
194
195 self.shell.logger.logstate()

Callers 1

logstartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected