MCPcopy Index your code
hub / github.com/python/cpython / readable

Method readable

Lib/idlelib/run.py:484–485  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

482 _line_buffer = ''
483
484 def readable(self):
485 return True
486
487 def read(self, size=-1):
488 if self.closed:

Callers 2

test_miscMethod · 0.95
test_miscMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_miscMethod · 0.76
test_miscMethod · 0.36