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 af3b06a commit 7a0a3e2Copy full SHA for 7a0a3e2
pydumpling/__init__.py
@@ -1,9 +1,10 @@
1
from __future__ import absolute_import, division, print_function, unicode_literals
2
3
from .rpdb import r_post_mortem
4
+from .helpers import catch_any_exception
5
from .debug_dumpling import debug_dumpling, load_dumpling
6
from .pydumpling import save_dumping, dump_current_traceback, __version__
7
8
9
__version__ == __version__
-__all__ = ["debug_dumpling", "load_dumpling", "save_dumping", "dump_current_traceback", "r_post_mortem"]
10
+__all__ = ["debug_dumpling", "load_dumpling", "save_dumping", "dump_current_traceback", "r_post_mortem", "catch_any_exception"]
0 commit comments