mirror of https://github.com/mahmoud/boltons.git
expose docs for wrap_trace object wrapper in debugutils
This commit is contained in:
parent
bdea15df05
commit
faf11c08fb
|
@ -21,7 +21,7 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
_UNSET = object()
|
_UNSET = object()
|
||||||
|
|
||||||
__all__ = ['pdb_on_signal', 'pdb_on_exception']
|
__all__ = ['pdb_on_signal', 'pdb_on_exception', 'wrap_trace']
|
||||||
|
|
||||||
|
|
||||||
def pdb_on_signal(signalnum=None):
|
def pdb_on_signal(signalnum=None):
|
||||||
|
|
Loading…
Reference in New Issue