Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
def
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
isinstance
Function · 0.85
encode
Method · 0.45
Tested by
no test coverage detected