(cls, results)
| 149 | |
| 150 | @classmethod |
| 151 | def update_results(cls, results): |
| 152 | cls._divide_results(results, "c", "python", "c / py") |
| 153 | cls._divide_results(results, "cython", "python", "cy / py") |
| 154 | cls._divide_results(results, "cython", "c", "cy / c") |
| 155 | |
| 156 | @test_case |
| 157 | def base_row_new(self): |
nothing calls this directly
no test coverage detected