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

Method setUpClass

Lib/idlelib/idle_test/test_calltip.py:315–317  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

313
314 @classmethod
315 def setUpClass(cls):
316 cls.text = Text()
317 cls.ct = WrappedCalltip(mock_Shell(cls.text))
318
319 def setUp(self):
320 self.text.delete('1.0', 'end') # Insert and call

Callers

nothing calls this directly

Calls 3

TextClass · 0.90
WrappedCalltipClass · 0.85
mock_ShellClass · 0.85

Tested by

no test coverage detected