MCPcopy Create free account
hub / github.com/Open-Quant/openquant / clear

Method clear

python/openquant/adapters.py:151–152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

149 return pl.concat(self._frames, how="vertical")
150
151 def clear(self) -> None:
152 self._frames.clear()
153
154
155def to_pandas(df: pl.DataFrame): # type: ignore[no-untyped-def]

Callers 5

fitMethod · 0.80
allocateMethod · 0.80
_initialiseMethod · 0.80
reset_cacheMethod · 0.80

Calls

no outgoing calls