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

Method setUp

Lib/test/test_clinic.py:98–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96 filename=filename, lineno=lineno)
97
98 def setUp(self):
99 save_restore_converters(self)
100 self.clinic = _make_clinic(filename="test.c")
101
102 def test_eol(self):
103 # regression test:

Callers

nothing calls this directly

Calls 2

save_restore_convertersFunction · 0.85
_make_clinicFunction · 0.85

Tested by

no test coverage detected