Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_io.py1593 class SelectableIsAtty(MockRawIO): class
1601 pair = self.tp(SelectableIsAtty(False), SelectableIsAtty(False))
1604 pair = self.tp(SelectableIsAtty(True), SelectableIsAtty(False))
1607 pair = self.tp(SelectableIsAtty(False), SelectableIsAtty(True))
1610 pair = self.tp(SelectableIsAtty(True), SelectableIsAtty(True))
/external/python/cpython3/Lib/test/
Dtest_io.py2064 class SelectableIsAtty(MockRawIO): class
2072 pair = self.tp(SelectableIsAtty(False), SelectableIsAtty(False))
2075 pair = self.tp(SelectableIsAtty(True), SelectableIsAtty(False))
2078 pair = self.tp(SelectableIsAtty(False), SelectableIsAtty(True))
2081 pair = self.tp(SelectableIsAtty(True), SelectableIsAtty(True))