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

Method init_logger

IPython/core/interactiveshell.py:803–805  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

801 self.dir_stack = []
802
803 def init_logger(self):
804 self.logger = Logger(self.home_dir, logfname='ipython_log.py',
805 logmode='rotate')
806
807 def init_logstart(self):
808 """Initialize logging in case it was requested at the command line.

Callers 1

__init__Method · 0.95

Calls 1

LoggerClass · 0.90

Tested by

no test coverage detected