MCPcopy Create free account
hub / github.com/catboost/catboost / unicodize_deep

Function unicodize_deep

library/python/strings/strings.py:86–87  ·  view source on GitHub ↗
(x, enc=DEFAULT_ENCODING, relaxed=True)

Source from the content-addressed store, hash-verified

84
85# Result as from six.ensure_text
86def unicodize_deep(x, enc=DEFAULT_ENCODING, relaxed=True):
87 return _convert_deep(x, enc, to_unicode, relaxed)
88
89
90# Result as from six.ensure_str

Callers

nothing calls this directly

Calls 1

_convert_deepFunction · 0.85

Tested by

no test coverage detected