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

Method __init__

zipline/utils/exploding_object.py:15–17  ·  view source on GitHub ↗
(self, name, extra_message=None)

Source from the content-addressed store, hash-verified

13 even if sometimes it should not be used.
14 """
15 def __init__(self, name, extra_message=None):
16 self._name = name
17 self._extra_message = extra_message
18
19 def __getattr__(self, attr):
20 extra_message = self._extra_message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected