MCPcopy
hub / github.com/mne-tools/mne-python / __exit__

Method __exit__

mne/utils/_logging.py:335–338  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

333 return self._data
334
335 def __exit__(self, *args): # noqa: D105
336 self._ctx.__exit__(*args)
337 logger.removeHandler(self._lh)
338 set_log_file(None)
339
340
341@contextlib.contextmanager

Callers

nothing calls this directly

Calls 2

set_log_fileFunction · 0.85
__exit__Method · 0.45

Tested by

no test coverage detected