MCPcopy Index your code
hub / github.com/python/cpython / _run_with_optimizer

Method _run_with_optimizer

Lib/test/test_capi/test_opt.py:544–548  ·  view source on GitHub ↗
(self, testfunc, arg)

Source from the content-addressed store, hash-verified

542 self.guard_is_false, self.guard_is_true = get_bool_guard_ops()
543
544 def _run_with_optimizer(self, testfunc, arg):
545 res = testfunc(arg)
546
547 ex = get_first_executor(testfunc)
548 return res, ex
549
550
551 def test_int_type_propagation(self):

Calls 2

testfuncFunction · 0.85
get_first_executorFunction · 0.85

Tested by

no test coverage detected