Home
last modified time | relevance | path

Searched refs:SelectableIsAtty (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_io.py2156 class SelectableIsAtty(MockRawIO): class
2164 pair = self.tp(SelectableIsAtty(False), SelectableIsAtty(False))
2167 pair = self.tp(SelectableIsAtty(True), SelectableIsAtty(False))
2170 pair = self.tp(SelectableIsAtty(False), SelectableIsAtty(True))
2173 pair = self.tp(SelectableIsAtty(True), SelectableIsAtty(True))

Completed in 7 milliseconds