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

Method update_results

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

Source from the content-addressed store, hash-verified

36
37 @classmethod
38 def update_results(cls, results):
39 cls._divide_results(results, "c", "python", "c / py")
40 cls._divide_results(results, "cython", "python", "cy / py")
41 cls._divide_results(results, "cython", "c", "cy / c")
42
43 @test_case
44 def tuplegetter_one(self):

Callers

nothing calls this directly

Calls 1

_divide_resultsMethod · 0.80

Tested by

no test coverage detected