MCPcopy Index your code
hub / github.com/quantopian/zipline / analyze

Method analyze

zipline/algorithm.py:456–461  ·  view source on GitHub ↗
(self, perf)

Source from the content-addressed store, hash-verified

454 self._handle_data(self, data)
455
456 def analyze(self, perf):
457 if self._analyze is None:
458 return
459
460 with ZiplineAPI(self):
461 self._analyze(self, perf)
462
463 def __repr__(self):
464 """

Callers 1

runMethod · 0.95

Calls 1

ZiplineAPIClass · 0.90

Tested by

no test coverage detected