MCPcopy Create free account
hub / github.com/FreeformRobotics/OTS / __init__

Method __init__

lib/utils/data/dataloader.py:28–30  ·  view source on GitHub ↗
(self, exc_info)

Source from the content-addressed store, hash-verified

26 r"Wraps an exception plus traceback to communicate across threads"
27
28 def __init__(self, exc_info):
29 self.exc_type = exc_info[0]
30 self.exc_msg = "".join(traceback.format_exception(*exc_info))
31
32
33_use_shared_memory = False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected