Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ _cleanup
Method
_cleanup
pandas/core/indexes/base.py:845–847 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
843
844
@final
845
def
_cleanup(self) -> None:
846
if
"_engine"
in self._cache:
847
self._engine.clear_mapping()
848
849
@cache_readonly
850
def
_engine(
Callers
2
time_lookup_and_cleanup
Method · 0.80
set_index
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected