MCPcopy Index your code
hub / github.com/sshuttle/sshuttle / _exc_dump

Function _exc_dump

sshuttle/server.py:135–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133
134
135def _exc_dump():
136 exc_info = sys.exc_info()
137 return ''.join(traceback.format_exception(*exc_info))
138
139
140def start_hostwatch(seed_hosts, auto_hosts):

Callers 1

start_hostwatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected