Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ isatty
Method
isatty
Lib/idlelib/run.py:465–466 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
463
return
'<%s>'
% self.tags
464
465
def
isatty(self):
466
return
True
467
468
469
class
StdOutputFile(StdioFile):
Callers
6
__init__
Method · 0.45
_setup
Function · 0.45
get_pager
Function · 0.45
main.py
File · 0.45
test_misc
Method · 0.45
test_misc
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_misc
Method · 0.36
test_misc
Method · 0.36