(self)
| 802 | pool_proxied_connection.detach() |
| 803 | |
| 804 | def _autobegin(self) -> None: |
| 805 | if self._allow_autobegin and not self.__in_begin: |
| 806 | self.begin() |
| 807 | |
| 808 | def begin(self) -> RootTransaction: |
| 809 | """Begin a transaction prior to autobegin occurring. |
no test coverage detected