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

Method f

tests/test_algorithm.py:563–564  ·  view source on GitHub ↗
(context, data)

Source from the content-addressed store, hash-verified

561 expected_data.append(data)
562
563 def f(context, data):
564 function_stack.append(f)
565
566 def g(context, data):
567 function_stack.append(g)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected