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

Method setUpClass

Lib/idlelib/idle_test/test_history.py:20–22  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

18
19 @classmethod
20 def setUpClass(cls):
21 cls.text = mkText()
22 cls.history = History(cls.text)
23
24 def tearDown(self):
25 self.text.delete('1.0', 'end')

Callers

nothing calls this directly

Calls 1

HistoryClass · 0.90

Tested by

no test coverage detected