Raise NotSupportedError if TPC is not supported.
(self)
| 694 | self._tpc = None |
| 695 | |
| 696 | def _check_tpc(self) -> None: |
| 697 | """Raise NotSupportedError if TPC is not supported.""" |
| 698 | # TPC supported on every supported PostgreSQL version. |
| 699 | pass |
no outgoing calls
no test coverage detected