MCPcopy Create free account
hub / github.com/Anoise/WTFlib / __call__

Method __call__

LDPS_Graph/utils/timefeatures.py:13–14  ·  view source on GitHub ↗
(self, index: pd.DatetimeIndex)

Source from the content-addressed store, hash-verified

11 pass
12
13 def __call__(self, index: pd.DatetimeIndex) -> np.ndarray:
14 pass
15
16 def __repr__(self):
17 return self.__class__.__name__ + "()"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected