MCPcopy Create free account
hub / github.com/quantopian/zipline / handle_data

Method handle_data

zipline/algorithm.py:452–454  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

450 self._in_before_trading_start = False
451
452 def handle_data(self, data):
453 if self._handle_data:
454 self._handle_data(self, data)
455
456 def analyze(self, perf):
457 if self._analyze is None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected