Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
Return a decimal number formatted for the locale. >>> fmt = Format('en_US') >>> fmt.decimal(1.2345) u'1.234'
src/f/j/fjord-HEAD/vendor/packages/Babel/tests/test_support.py fjord(Download)
def test_format_decimal(): fmt = support.Format('en_US') assert fmt.decimal(1.2345) == '1.234'
src/z/e/ZenPacks.zenoss.OpenStack-HEAD/src/Babel-1.3/tests/test_support.py ZenPacks.zenoss.OpenStack(Download)
def test_format_decimal(): fmt = support.Format('en_US') assert fmt.decimal(1.2345) == '1.234'
src/b/a/Babel-1.3/tests/test_support.py Babel(Download)
def test_format_decimal(): fmt = support.Format('en_US') assert fmt.decimal(1.2345) == '1.234'