Home
last modified time | relevance | path

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

/third_party/curl/tests/
Dutil.py39 class ClosingFileHandler(logging.StreamHandler): class
41 super(ClosingFileHandler, self).__init__()
48 super(ClosingFileHandler, self).emit(record)
52 setStream = getattr(super(ClosingFileHandler, self), 'setStream', None)
Ddictserver.py37 from util import ClosingFileHandler
146 handler = ClosingFileHandler(options.logfile)
Dnegtelnetserver.py36 from util import ClosingFileHandler
330 handler = ClosingFileHandler(options.logfile)
Dsmbserver.py38 from util import ClosingFileHandler, TestData
414 handler = ClosingFileHandler(options.logfile)