Home
last modified time | relevance | path

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

/curl/tests/
H A 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)
H A Ddictserver.py37 from util import ClosingFileHandler
146 handler = ClosingFileHandler(options.logfile)
H A Dnegtelnetserver.py36 from util import ClosingFileHandler
330 handler = ClosingFileHandler(options.logfile)
H A Dsmbserver.py38 from util import ClosingFileHandler, TestData
415 handler = ClosingFileHandler(options.logfile)

Completed in 11 milliseconds