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

Method setUp

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

Source from the content-addressed store, hash-verified

121 # Only needs to change how the tarfile is opened to set
122 # stream mode
123 def setUp(self):
124 self.tar = tarfile.open(self.tarname, mode=self.mode,
125 encoding="iso8859-1",
126 stream=True)
127
128class UstarReadTest(ReadTest, unittest.TestCase):
129

Callers

nothing calls this directly

Calls 1

openMethod · 0.45

Tested by

no test coverage detected