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

Method setUpClass

Lib/test/audiotests.py:253–254  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

251
252 @classmethod
253 def setUpClass(cls):
254 cls.sndfilepath = findfile(cls.sndfilename, subdir='audiodata')
255
256 def test_read_params(self):
257 f = self.f = self.module.open(self.sndfilepath)

Callers

nothing calls this directly

Calls 1

findfileFunction · 0.90

Tested by

no test coverage detected