def __exit__()

in google/cloud/sql/connector/connector.py [0:0]


    def __exit__(
        self,
        exc_type: Optional[type[BaseException]],
        exc_val: Optional[BaseException],
        exc_tb: Optional[TracebackType],