(self, inner_path, file=None, cur=None)
| 92 | return self.db |
| 93 | |
| 94 | def updateDbFile(self, inner_path, file=None, cur=None): |
| 95 | path = self.getPath(inner_path) |
| 96 | return self.getDb().updateJson(path, file, cur) |
| 97 | |
| 98 | # Return possible db files for the site |
| 99 | def getDbFiles(self): |
no test coverage detected