MCPcopy Index your code
hub / github.com/RustPython/RustPython / _exit_wrapper

Method _exit_wrapper

Lib/contextlib.py:481–482  ·  view source on GitHub ↗
(exc_type, exc, tb)

Source from the content-addressed store, hash-verified

479 @staticmethod
480 def _create_cb_wrapper(callback, /, *args, **kwds):
481 def _exit_wrapper(exc_type, exc, tb):
482 callback(*args, **kwds)
483 return _exit_wrapper
484
485 def __init__(self):

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected