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

Method update_results

test/perf/compiled_extensions/misc.py:221–222  ·  view source on GitHub ↗
(cls, results)

Source from the content-addressed store, hash-verified

219
220 @classmethod
221 def update_results(cls, results):
222 cls._divide_results(results, "cython", "python", "cy / py")
223
224 @test_case
225 def test_make(self):

Callers

nothing calls this directly

Calls 1

_divide_resultsMethod · 0.80

Tested by

no test coverage detected