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

Method save

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

Source from the content-addressed store, hash-verified

76 return False
77
78 def save(self, *args, **kwargs):
79 self.modified_on = get_time()
80 return super(AbstractedTesterClass, self).save(*args, **kwargs)
81
82 class Meta:
83 abstract = True

Callers

nothing calls this directly

Calls 2

get_timeFunction · 0.85
saveMethod · 0.45

Tested by

no test coverage detected