MCPcopy Create free account
hub / github.com/Codeplain-ai/codeplain / make_exc_info

Function make_exc_info

tests/test_telemetry.py:28–32  ·  view source on GitHub ↗
(exception)

Source from the content-addressed store, hash-verified

26
27
28def make_exc_info(exception):
29 try:
30 raise exception
31 except type(exception):
32 return sys.exc_info()
33
34
35def make_args(**overrides):

Calls

no outgoing calls

Tested by

no test coverage detected