We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208f324 commit d135209Copy full SHA for d135209
pydumpling/__init__.py
@@ -3,6 +3,7 @@
3
from .rpdb import r_post_mortem
4
from .debug_dumpling import debug_dumpling, load_dumpling
5
from .pydumpling import save_dumping, dump_current_traceback, __version__
6
+from .helpers import catch_any_exception
7
8
9
__version__ == __version__
0 commit comments