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

Method test_detect_fileobj

Lib/test/test_tarfile.py:1040–1041  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1038 self._test_modes(self._testfunc_file)
1039
1040 def test_detect_fileobj(self):
1041 self._test_modes(self._testfunc_fileobj)
1042
1043class GzipDetectReadTest(GzipTest, DetectReadTest):
1044 pass

Callers

nothing calls this directly

Calls 1

_test_modesMethod · 0.95

Tested by

no test coverage detected