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

Method test_localize

Lib/test/test_locale.py:780–781  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

778class TestCLocalize(CCookedTest, BaseLocalizeTest):
779
780 def test_localize(self):
781 self._test_localize('50000.00', '50000.00')
782
783
784class TestfrFRLocalize(FrFRCookedTest, BaseLocalizeTest):

Callers

nothing calls this directly

Calls 1

_test_localizeMethod · 0.80

Tested by

no test coverage detected