MCPcopy Index your code
hub / github.com/RustPython/RustPython / setUp

Method setUp

Lib/doctest.py:2292–2297  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2290 self._dt_tearDown = tearDown
2291
2292 def setUp(self):
2293 test = self._dt_test
2294 self._dt_globs = test.globs.copy()
2295
2296 if self._dt_setUp is not None:
2297 self._dt_setUp(test)
2298
2299 def tearDown(self):
2300 test = self._dt_test

Callers 1

debugMethod · 0.95

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected