Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __exit__
Method
__exit__
numpy/core/tests/_locales.py:73–74 ·
view source on GitHub ↗
(self, type, value, traceback)
Source
from the content-addressed store, hash-verified
71
locale.setlocale(locale.LC_NUMERIC, locale=self.tst_locale)
72
73
def
__exit__(self, type, value, traceback):
74
locale.setlocale(locale.LC_NUMERIC, locale=self.cur_locale)
Callers
1
teardown_method
Method · 0.45
Calls
no outgoing calls
Tested by
1
teardown_method
Method · 0.36