Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyVRP/PyVRP
/ __str__
Method
__str__
pyvrp/Result.py:80–89 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
78
return
"\n"
.join(summary)
79
80
def
__str__(self) -> str:
81
content = [
82
self.summary(),
83
""
,
84
"Routes"
,
85
"------"
,
86
str(self.best),
87
]
88
89
return
"\n"
.join(content)
Callers
nothing calls this directly
Calls
1
summary
Method · 0.95
Tested by
no test coverage detected