Home
last modified time | relevance | path

Searched refs:_WritelnDecorator (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/unittest/
Drunner.py12 class _WritelnDecorator(object): class
129 self.stream = _WritelnDecorator(stream)
/external/python/cpython3/Lib/unittest/
Drunner.py13 class _WritelnDecorator(object): class
138 self.stream = _WritelnDecorator(stream)