Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ isatty
Method
isatty
Lib/typing.py:3536–3537 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3534
3535
@abstractmethod
3536
def
isatty(self) -> bool:
3537
pass
3538
3539
@abstractmethod
3540
def
read(self, n: int = -1) -> AnyStr:
Callers
4
can_colorize
Function · 0.45
main
Function · 0.45
stdlib_io.py
File · 0.45
stdlib_os.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected