MCPcopy
hub / github.com/pandas-dev/pandas / __exit__

Method __exit__

pandas/io/pytables.py:654–660  ·  view source on GitHub ↗
(
        self,
        exc_type: type[BaseException] | None,
        exc_value: BaseException | None,
        traceback: TracebackType | None,
    )

Source from the content-addressed store, hash-verified

652 return self
653
654 def __exit__(
655 self,
656 exc_type: type[BaseException] | None,
657 exc_value: BaseException | None,
658 traceback: TracebackType | None,
659 ) -> None:
660 self.close()
661
662 def keys(self, include: str = "pandas") -> list[str]:
663 """

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected