| 427 | } |
| 428 | |
| 429 | void ClearTwoViewGeometries() override { |
| 430 | PYBIND11_OVERRIDE_PURE(void, Database, ClearTwoViewGeometries); |
| 431 | } |
| 432 | |
| 433 | void BeginTransaction() const override { |
| 434 | PYBIND11_OVERRIDE_PURE(void, Database, BeginTransaction); |
nothing calls this directly
no outgoing calls
no test coverage detected