Home
last modified time | relevance | path

Searched refs:getencoding (Results 1 – 25 of 26) sorted by relevance

12

/external/python/cpython3/Lib/
Dlocale.py619 from _locale import getencoding
623 def getencoding(): function
639 return getencoding()
655 return getencoding()
663 return getencoding()
Dsite.py195 pth_content = pth_content.decode(locale.getencoding())
Dsubprocess.py384 return locale.getencoding()
D_pyio.py2252 return locale.getencoding()
/external/python/cpython3/Lib/test/
Dtest_locale.py344 enc = codecs.lookup(locale.getencoding() or 'ascii').name
526 enc = locale.getencoding()
539 self.assertEqual(locale_fallback.getencoding(), encoding)
Dtest__locale.py49 encoding = locale.getencoding()
Dpythoninfo.py193 info_add('locale.getencoding', locale.getencoding())
Dtest_regrtest.py1972 encoding = locale.getencoding()
Dtest_builtin.py1439 current_locale_encoding = locale.getencoding()
Dtest_io.py2904 current_locale_encoding = locale.getencoding()
/external/python/cpython3/Doc/deprecations/
Dpending-removal-in-3.15.rst39 and :func:`~locale.getencoding` instead.
/external/python/pyfakefs/pyfakefs/
Dhelpers.py136 return locale.getencoding()
/external/python/cpython3/Lib/test/libregrtest/
Drun_workers.py226 encoding = locale.getencoding()
Dutils.py673 % (locale.getencoding(), sys.getfilesystemencoding()))
/external/python/cpython3/Misc/NEWS.d/
D3.12.0a7.rst222 Pure python :func:`locale.getencoding` will not warn deprecation.
D3.11.0b1.rst1345 Add :func:`locale.getencoding` to get the current locale encoding. It is
/external/python/cpython3/Doc/library/
Dio.rst115 locale-specific (:func:`locale.getencoding`).
953 encoded with. It defaults to :func:`locale.getencoding`.
Dcsv.rst577 encoding (see :func:`locale.getencoding`). To decode a file
Dlocale.rst380 .. function:: getencoding()
Dfunctions.rst1347 :func:`locale.getencoding` is called to get the current locale encoding.
1407 dependent (whatever :func:`locale.getencoding` returns), but any
Dcurses.rst915 By default, current locale encoding is used (see :func:`locale.getencoding`).
/external/python/cpython3/Lib/test/support/
D__init__.py1475 locale.getencoding() == 'cp65001' and
/external/python/cpython3/Doc/howto/
Dcurses.rst303 the default system encoding as returned by :func:`locale.getencoding`.
/external/python/cpython3/Doc/using/
Dwindows.rst728 :func:`locale.getencoding`).
/external/python/cpython3/Doc/
Dglossary.rst820 :func:`locale.getencoding` can be used to get the locale encoding.

12