| 1215 | } |
| 1216 | |
| 1217 | Py::Boolean DocumentPy::getTransacting() const |
| 1218 | { |
| 1219 | return {getDocumentPtr()->isPerformingTransaction()}; |
| 1220 | } |
| 1221 | |
| 1222 | Py::String DocumentPy::getOldLabel() const |
| 1223 | { |
nothing calls this directly
no test coverage detected