(self)
| 3320 | ) |
| 3321 | |
| 3322 | def test_basic_plain(self): |
| 3323 | self._test_proxy(_cursor.CursorFetchStrategy) |
| 3324 | |
| 3325 | def test_basic_buffered_row_result_proxy(self): |
| 3326 | self._test_proxy(_cursor.BufferedRowCursorFetchStrategy) |
nothing calls this directly
no test coverage detected