MCPcopy
hub / github.com/microsoft/qlib / __init__

Method __init__

qlib/data/dataset/handler.py:43–47  ·  view source on GitHub ↗

We should define how to get ready for the fetching.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

41 """
42
43 def __init__(self, *args, **kwargs): # pylint: disable=W0246
44 """
45 We should define how to get ready for the fetching.
46 """
47 super().__init__(*args, **kwargs)
48
49 CS_ALL = "__all" # return all columns with single-level index column
50 CS_RAW = "__raw" # return raw data with multi-level index column

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected