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

Function getencoding

Lib/locale.py:632–633  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

630 # When _locale.getencoding() is missing, locale.getencoding() uses the
631 # Python filesystem encoding.
632 def getencoding():
633 return sys.getfilesystemencoding()
634
635
636try:

Callers 1

getpreferredencodingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…