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

Method setUpClass

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

Source from the content-addressed store, hash-verified

257
258 @classmethod
259 def setUpClass(cls):
260 cls.sndfilepath = findfile(cls.sndfilename, subdir='audiodata')
261
262 def test_read_params(self):
263 f = self.f = self.module.open(self.sndfilepath)

Callers

nothing calls this directly

Calls 1

findfileFunction · 0.90

Tested by

no test coverage detected