MCPcopy Index your code
hub / github.com/python/cpython / __exit__

Method __exit__

Lib/_pydecimal.py:3847–3848  ·  view source on GitHub ↗
(self, t, v, tb)

Source from the content-addressed store, hash-verified

3845 setcontext(self.new_context)
3846 return self.new_context
3847 def __exit__(self, t, v, tb):
3848 setcontext(self.saved_context)
3849
3850class Context(object):
3851 """Contains the context for a Decimal instance.

Callers

nothing calls this directly

Calls 1

setcontextFunction · 0.85

Tested by

no test coverage detected