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

Function setUpPdbBackend

Lib/test/test_pdb.py:5202–5206  ·  view source on GitHub ↗
(backend)

Source from the content-addressed store, hash-verified

5200 from test import test_pdb
5201
5202 def setUpPdbBackend(backend):
5203 def setUp(test):
5204 import pdb
5205 pdb.set_default_backend(backend)
5206 return setUp
5207
5208 def tearDown(test):
5209 # Ensure that asyncio state has been cleared at the end of the test.

Callers 1

load_testsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…