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

Method setUp

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

Source from the content-addressed store, hash-verified

4320class LimitedCAPIOutputTests(unittest.TestCase):
4321
4322 def setUp(self):
4323 self.clinic = _make_clinic(limited_capi=True)
4324
4325 @staticmethod
4326 def wrap_clinic_input(block):

Callers

nothing calls this directly

Calls 1

_make_clinicFunction · 0.85

Tested by

no test coverage detected