(self)
| 398 | return recommend_str, nn_price, last_sample, projected_change_pct |
| 399 | |
| 400 | def graph_url(self): |
| 401 | return '/static/' + str(self.pk) + '.png' |
| 402 | |
| 403 | def graph_link(self): |
| 404 | return '<a href={}>graph</a>'.format(self.graph_url()) |
no outgoing calls
no test coverage detected