MCPcopy Create free account
hub / github.com/numpy/numpy / __exit__

Method __exit__

numpy/core/_ufunc_config.py:435–438  ·  view source on GitHub ↗
(self, *exc_info)

Source from the content-addressed store, hash-verified

433 self.oldcall = seterrcall(self.call)
434
435 def __exit__(self, *exc_info):
436 seterr(**self.oldstate)
437 if self.call is not _Unspecified:
438 seterrcall(self.oldcall)
439
440
441def _setdef():

Callers

nothing calls this directly

Calls 2

seterrFunction · 0.85
seterrcallFunction · 0.85

Tested by

no test coverage detected