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

Function to_str

library/python/testing/yatest_lib/tools.py:61–64  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

59
60
61def to_str(s):
62 if six.PY2 and isinstance(s, six.text_type):
63 return s.encode('utf8')
64 return s

Callers 1

__init__Method · 0.70

Calls 2

isinstanceFunction · 0.85
encodeMethod · 0.45

Tested by

no test coverage detected