MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / setUpClass

Method setUpClass

tests/transforms/test_transform.py:35–37  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

33
34 @classmethod
35 def setUpClass(cls):
36 super().setUpClass()
37 cls.orig_value = str(MONAIEnvVars.debug())
38
39 @classmethod
40 def tearDownClass(cls):

Callers

nothing calls this directly

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected