Get the default backend to use for Pdb instances.
()
| 348 | |
| 349 | |
| 350 | def get_default_backend(): |
| 351 | """Get the default backend to use for Pdb instances.""" |
| 352 | return _default_backend |
| 353 | |
| 354 | |
| 355 | class Pdb(bdb.Bdb, cmd.Cmd): |
no outgoing calls
no test coverage detected
searching dependent graphs…