MCPcopy Index your code
hub / github.com/RustPython/RustPython / testErrnoOnClosedIsatty

Method testErrnoOnClosedIsatty

Lib/test/test_fileio.py:337–338  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

335
336 @ClosedFD
337 def testErrnoOnClosedIsatty(self, f):
338 self.assertEqual(f.isatty(), False)
339
340 def ReopenForRead(self):
341 try:

Callers

nothing calls this directly

Calls 2

assertEqualMethod · 0.45
isattyMethod · 0.45

Tested by

no test coverage detected