MCPcopy 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
84def ask_yes_no(prompt, default=None, interrupt=None):
85 """Asks a question and returns a boolean (y/n) answer.

Callers 2

historyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected