MCPcopy Index your code
hub / github.com/tensorflow/datasets / setUpClass

Method setUpClass

tensorflow_datasets/testing/test_case.py:53–55  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

51
52 @classmethod
53 def setUpClass(cls):
54 super().setUpClass()
55 cls.test_data = os.path.join(os.path.dirname(__file__), "test_data")
56
57 def setUp(self):
58 super().setUp()

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
dirnameMethod · 0.80

Tested by

no test coverage detected