MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / __init__

Method __init__

tests/test_quickbacktest.py:527–530  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

525 )
526
527 def __init__(self) -> None:
528 super().__init__()
529 self.order = None
530 self._bought: Dict = {d._name: False for d in self.datas}
531
532 def _run(self, symbol: str) -> None:
533 """在回测开始时买入,并持有至结束"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected