MCPcopy
hub / github.com/quantopian/zipline / _list_bundle

Method _list_bundle

tests/data/bundles/test_core.py:357–363  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

355 )
356
357 def _list_bundle(self):
358 return {
359 os.path.join(pth.data_path(['bundle', d], environ=self.environ))
360 for d in os.listdir(
361 pth.data_path(['bundle'], environ=self.environ),
362 )
363 }
364
365 def _empty_ingest(self, _wrote_to=[]):
366 """Run the nth empty ingest.

Callers 3

_empty_ingestMethod · 0.95
test_clean_keep_lastMethod · 0.95

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected