Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_encoding
Method · 0.45
test
Method · 0.45
check_input_tty
Method · 0.45
child
Method · 0.45
testErrnoOnClosedIsatty
Method · 0.45
test_isatty
Method · 0.45
test_isatty
Method · 0.45
test_flags
Method · 0.45
testErrors
Method · 0.45
testStdin
Method · 0.45
test_openpty
Method · 0.45
test_fork
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected