MCPcopy Index your code
hub / github.com/ray-project/ray / clear

Method clear

python/ray/data/dataset.py:7907–7909  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7905 # --- Lifecycle ---
7906
7907 def clear(self) -> None:
7908 self._stats = None
7909 self._clear_dag_dependent_cache()
7910
7911 def _clear_dag_dependent_cache(self) -> None:
7912 self._operator = None

Callers 15

reset_cacheMethod · 0.45
flush_pendingMethod · 0.45
prefill_queueFunction · 0.45
pacerFunction · 0.45
start_eviction_loopMethod · 0.45
clear_registryMethod · 0.45
serialize_lineageMethod · 0.45
flush_valuesMethod · 0.45
flushMethod · 0.45
retry_fnFunction · 0.45

Calls 1