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

Method pre

tests/test_algorithm.py:547–549  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

545 function_stack = []
546
547 def pre(data):
548 function_stack.append(pre)
549 collected_data_pre.append(data)
550
551 def post(data):
552 function_stack.append(post)

Callers 1

__enter__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected