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

Method tearDown

Lib/test/test__locale.py:115–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113 self.oldlocale = setlocale(LC_ALL)
114
115 def tearDown(self):
116 setlocale(LC_ALL, self.oldlocale)
117
118 # Want to know what value was calculated, what it was compared against,
119 # what function was used for the calculation, what type of data was used,

Callers

nothing calls this directly

Calls 1

setlocaleFunction · 0.85

Tested by

no test coverage detected