(self)
| 36 | self.dbms = None |
| 37 | |
| 38 | def _markAsErrorPage(self): |
| 39 | threadData = getCurrentThreadData() |
| 40 | threadData.lastErrorPage = (threadData.lastRequestUID, self._page) |
| 41 | |
| 42 | def startElement(self, name, attrs): |
| 43 | if self.dbms: |
no test coverage detected