Home
last modified time | relevance | path

Searched refs:delocalize (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
Dlocale.py316 def delocalize(string): function
338 return func(delocalize(string))
342 return int(delocalize(string))
/third_party/python/Lib/test/
Dtest_locale.py589 self.assertEqual(locale.delocalize(value), out)
/third_party/python/Doc/library/
Dlocale.rst422 .. function:: delocalize(string)
/third_party/python/Doc/whatsnew/
D3.5.rst1391 A new :func:`~locale.delocalize` function can be used to convert a string into
1397 >>> locale.delocalize('1.234,56')
1401 >>> locale.delocalize('1,234.56')
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst1696 Provide a locale.delocalize() function which can remove locale-specific