Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ isatty
Method
isatty
IPython/utils/io.py:81–82 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
79
self.close()
80
81
def
isatty(self):
82
return
False
83
84
def
ask_yes_no(prompt, default=None, interrupt=None):
85
""
"Asks a question and returns a boolean (y/n) answer.
Callers
2
interactiveshell.py
File · 0.45
history
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected