MCPcopy
hub / github.com/owocki/pytrader / graph_url

Method graph_url

history/models.py:400–401  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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())

Callers 3

graph_linkMethod · 0.95
do_classifier_testFunction · 0.95
view_linkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected