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

Method meth_2

mne/utils/tests/test_logging.py:245–246  ·  view source on GitHub ↗
(self, verbose=None)

Source from the content-addressed store, hash-verified

243 class Okay:
244 @verbose
245 def meth_2(self, verbose=None):
246 logger.info("meth_2")
247
248 o = Okay()
249 with catch_logging() as log:

Callers 1

test_verbose_strictnessFunction · 0.95

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected