Home
last modified time | relevance | path

Searched refs:shouldFlush (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/support/
Dlogging_helper.py13 def shouldFlush(self): member in TestHandler
/third_party/python/Lib/logging/
Dhandlers.py1277 def shouldFlush(self, record): member in BufferingHandler
1294 if self.shouldFlush(record):
1346 def shouldFlush(self, record): member in MemoryHandler
/third_party/python/Doc/library/
Dlogging.handlers.rst878 by calling :meth:`shouldFlush` to see if the buffer should be flushed. If it
890 Append the record to the buffer. If :meth:`shouldFlush` returns true,
900 .. method:: shouldFlush(record)
939 .. method:: shouldFlush(record)
/third_party/python/Lib/test/
Dtest_logging.py599 self.assertTrue(h.shouldFlush(r))
602 self.assertFalse(h.shouldFlush(r))