MCPcopy
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

set_indexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected