(self, *args, **kwargs)
| 1141 | self.read_only = read_only |
| 1142 | |
| 1143 | def debug(self, *args, **kwargs): |
| 1144 | # XXX: This is supposed to log to db |
| 1145 | return logger.debug(*args, **kwargs) |
| 1146 | |
| 1147 | def info(self, *args, **kwargs): |
| 1148 | # XXX: This is supposed to log to db |
no outgoing calls
no test coverage detected