MCPcopy 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
469class StdOutputFile(StdioFile):

Callers 6

__init__Method · 0.45
_setupFunction · 0.45
get_pagerFunction · 0.45
main.pyFile · 0.45
test_miscMethod · 0.45
test_miscMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_miscMethod · 0.36
test_miscMethod · 0.36