MCPcopy Index your code
hub / github.com/python/cpython / next_rec

Method next_rec

Lib/test/test_logging.py:6344–6346  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6342 self.rmfiles.append(filename)
6343
6344 def next_rec(self):
6345 return logging.LogRecord('n', logging.DEBUG, 'p', 1,
6346 self.next_message(), None, None, None)
6347
6348class FileHandlerTest(BaseFileTest):
6349 def test_delay(self):

Calls 1

next_messageMethod · 0.80

Tested by

no test coverage detected