MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / update_results

Method update_results

test/perf/compiled_extensions/row.py:151–154  ·  view source on GitHub ↗
(cls, results)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

_divide_resultsMethod · 0.80

Tested by

no test coverage detected