Home | History | Annotate | Download | only in test

Lines Matching refs:SelectableIsAtty

1412         class SelectableIsAtty(MockRawIO):
1420 pair = self.tp(SelectableIsAtty(False), SelectableIsAtty(False))
1423 pair = self.tp(SelectableIsAtty(True), SelectableIsAtty(False))
1426 pair = self.tp(SelectableIsAtty(False), SelectableIsAtty(True))
1429 pair = self.tp(SelectableIsAtty(True), SelectableIsAtty(True))