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:98–99 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
96
return
self.name == other.name and self.path == other.path
97
98
def
__str__(self):
99
return
"Test [{} {}] - {} - {}"
.format(self.name, self.path, self.status, self.comment)
100
101
def
__repr__(self):
102
return
str(self)
Callers
nothing calls this directly
Calls
1
format
Method · 0.45
Tested by
no test coverage detected