Searched refs:shouldRollover (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/logging/ | ||
D | handlers.py | 76 if self.shouldRollover(record): |
/external/python/cpython3/Lib/logging/ | ||
D | handlers.py | 73 if self.shouldRollover(record): |
/external/python/cpython3/Lib/test/ | ||
D | test_logging.py | 5055 self.assertFalse(rh.shouldRollover(None)) |