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

Method test_localize

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

Source from the content-addressed store, hash-verified

784class TestfrFRLocalize(FrFRCookedTest, BaseLocalizeTest):
785
786 def test_localize(self):
787 self._test_localize('50000.00', '50000,00')
788 self._test_localize('50000.00', '50 000,00', grouping=True)
789
790
791if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

_test_localizeMethod · 0.80

Tested by

no test coverage detected