MCPcopy Index your code
hub / github.com/RustPython/RustPython / isatty

Method isatty

Lib/test/test_io.py:2391–2392  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2389 self._isatty = isatty
2390
2391 def isatty(self):
2392 return self._isatty
2393
2394 pair = self.tp(SelectableIsAtty(False), SelectableIsAtty(False))
2395 self.assertFalse(pair.isatty())

Callers 15

test_device_encodingMethod · 0.45
testMethod · 0.45
check_input_ttyMethod · 0.45
childMethod · 0.45
test_isattyMethod · 0.45
test_isattyMethod · 0.45
test_flagsMethod · 0.45
testErrorsMethod · 0.45
testStdinMethod · 0.45
test_openptyMethod · 0.45
test_forkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected