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

Method setUpClass

Lib/test/test_property.py:569–570  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

567
568 @classmethod
569 def setUpClass(cls):
570 cls.obj = cls.cls()
571
572 def test_get_property(self):
573 with self.assertRaisesRegex(AttributeError, self._format_exc_msg("has no getter")):

Callers

nothing calls this directly

Calls 1

clsMethod · 0.45

Tested by

no test coverage detected