Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(19) | Call(0) | Derive(0) | Import(19)
str(object='') -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object.
src/h/u/hue-HEAD/desktop/core/ext-py/Babel-0.9.6/babel/support.py hue(Download)
from babel.core import Locale from babel.dates import format_date, format_datetime, format_time, LC_TIME from babel.numbers import format_number, format_decimal, format_currency, \ format_percent, format_scientific, LC_NUMERIC from babel.util import set, UTC
src/h/o/hortonworks-sandbox-HEAD/desktop/core/ext-py/Babel-0.9.6/babel/support.py hortonworks-sandbox(Download)
from babel.core import Locale from babel.dates import format_date, format_datetime, format_time, LC_TIME from babel.numbers import format_number, format_decimal, format_currency, \ format_percent, format_scientific, LC_NUMERIC from babel.util import set, UTC
src/k/i/kitsune-HEAD/vendor/packages/Babel/babel/support.py kitsune(Download)
from babel.core import Locale from babel.dates import format_date, format_datetime, format_time, LC_TIME from babel.numbers import format_number, format_decimal, format_currency, \ format_percent, format_scientific, LC_NUMERIC from babel.util import set, UTC
src/s/o/socorro-HEAD/webapp-django/vendor/lib/python/babel/support.py socorro(Download)
from babel.core import Locale from babel.dates import format_date, format_datetime, format_time, LC_TIME from babel.numbers import format_number, format_decimal, format_currency, \ format_percent, format_scientific, LC_NUMERIC from babel.util import UTC
src/g/l/glow-HEAD/vendor/lib/python/babel/support.py glow(Download)
from babel.core import Locale from babel.dates import format_date, format_datetime, format_time, LC_TIME from babel.numbers import format_number, format_decimal, format_currency, \ format_percent, format_scientific, LC_NUMERIC from babel.util import UTC
src/k/u/kuma-lib-HEAD/packages/Babel/babel/support.py kuma-lib(Download)
from babel.core import Locale from babel.dates import format_date, format_datetime, format_time, LC_TIME from babel.numbers import format_number, format_decimal, format_currency, \ format_percent, format_scientific, LC_NUMERIC from babel.util import UTC
src/i/n/input-lib-HEAD/packages/Babel/babel/support.py input-lib(Download)
from babel.core import Locale from babel.dates import format_date, format_datetime, format_time, LC_TIME from babel.numbers import format_number, format_decimal, format_currency, \ format_percent, format_scientific, LC_NUMERIC from babel.util import UTC
src/g/a/gae-boilerplate-HEAD/bp_includes/external/babel/support.py gae-boilerplate(Download)
from babel.core import Locale from babel.dates import format_date, format_datetime, format_time, LC_TIME from babel.numbers import format_number, format_decimal, format_currency, \ format_percent, format_scientific, LC_NUMERIC from babel.util import set, UTC
src/s/t/stackgeek-gaeb-HEAD/lib/externals/babel/support.py stackgeek-gaeb(Download)
from babel.core import Locale from babel.dates import format_date, format_datetime, format_time, LC_TIME from babel.numbers import format_number, format_decimal, format_currency, \ format_percent, format_scientific, LC_NUMERIC from babel.util import set, UTC
src/p/l/plexnet-HEAD/third_party/python/babel/support.py plexnet(Download)
from babel.dates import format_date, format_datetime, format_time, \ format_timedelta, LC_TIME from babel.numbers import format_number, format_decimal, format_currency, \ format_percent, format_scientific, LC_NUMERIC from babel.util import set, UTC
1 | 2 Next