Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_v2
Function · 0.45
save
Method · 0.45
handle
Method · 0.45
handle
Method · 0.45
handle_open_orders
Method · 0.45
act_upon_recommendation
Method · 0.45
run_predictor
Method · 0.45
get_traders
Method · 0.45
handle
Method · 0.45
handle
Method · 0.45
do_classifier_test
Function · 0.45
handle
Method · 0.45
Calls
1
get_time
Function · 0.85
Tested by
no test coverage detected