Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ __str__
Method
__str__
library/python/pytest/yatest_tools.py:39–45 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
37
setattr(self, key, value)
38
39
def
__str__(self):
40
s =
''
41
42
if
self.skipped:
43
s += SubtestInfo.skipped_prefix
44
45
return
s + TEST_SUBTEST_SEPARATOR.join([self.test, self.subtest])
46
47
def
__repr__(self):
48
return
str(self)
Callers
nothing calls this directly
Calls
1
join
Method · 0.45
Tested by
no test coverage detected