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

Method test_is_iobase

Lib/test/test_tempfile.py:1210–1212  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1208 self.assertFalse(f._rolled)
1209
1210 def test_is_iobase(self):
1211 # SpooledTemporaryFile should implement io.IOBase
1212 self.assertIsInstance(self.do_create(), io.IOBase)
1213
1214 def test_iobase_interface(self):
1215 # SpooledTemporaryFile should implement the io.IOBase interface.

Callers

nothing calls this directly

Calls 2

do_createMethod · 0.95
assertIsInstanceMethod · 0.80

Tested by

no test coverage detected