MCPcopy Index your code
hub / github.com/shidenggui/easyquant / _load_strategy

Method _load_strategy

custom/fixedmainengine.py:107–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105 self._watch_thread.start()
106
107 def _load_strategy(self):
108 while True:
109 try:
110 self.load_strategy(self._names)
111 time.sleep(2)
112 except Exception as e:
113 print(e)

Callers

nothing calls this directly

Calls 1

load_strategyMethod · 0.95

Tested by

no test coverage detected