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

Method save

history/models.py:53–55  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

51 return False
52
53 def save(self, *args, **kwargs):
54 self.modified_on = get_time()
55 return super(TimeStampedModel, self).save(*args, **kwargs)
56
57 class Meta:
58 abstract = True

Callers 15

predict_v2Function · 0.45
saveMethod · 0.45
handleMethod · 0.45
handleMethod · 0.45
handle_open_ordersMethod · 0.45
run_predictorMethod · 0.45
get_tradersMethod · 0.45
handleMethod · 0.45
handleMethod · 0.45
do_classifier_testFunction · 0.45
handleMethod · 0.45

Calls 1

get_timeFunction · 0.85

Tested by

no test coverage detected