(self, *args)
| 397 | def test_bpo37347(self): |
| 398 | class Printer: |
| 399 | def log(self, *args): |
| 400 | return sqlite.SQLITE_OK |
| 401 | |
| 402 | for method in [self.con.set_trace_callback, |
| 403 | functools.partial(self.con.set_progress_handler, n=1), |
no outgoing calls
no test coverage detected