Skip to content

Commit ea811f2

Browse files
Add new functions to __all__
1 parent 9790085 commit ea811f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/pdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class Restart(Exception):
9898
pass
9999

100100
__all__ = ["run", "pm", "Pdb", "runeval", "runctx", "runcall", "set_trace",
101-
"post_mortem", "help"]
101+
"post_mortem", "set_default_backend", "get_default_backend", "help"]
102102

103103

104104
def find_first_executable_line(code):

0 commit comments

Comments
 (0)