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

Function get_default_backend

Lib/pdb.py:350–352  ·  view source on GitHub ↗

Get the default backend to use for Pdb instances.

()

Source from the content-addressed store, hash-verified

348
349
350def get_default_backend():
351 """Get the default backend to use for Pdb instances."""
352 return _default_backend
353
354
355class Pdb(bdb.Bdb, cmd.Cmd):

Callers 1

__init__Method · 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…