(f)
| 1318 | |
| 1319 | @staticmethod |
| 1320 | def code_quicken(f): |
| 1321 | _testinternalcapi = import_helper.import_module("_testinternalcapi") |
| 1322 | for _ in range(_testinternalcapi.SPECIALIZATION_THRESHOLD): |
| 1323 | f() |
| 1324 | |
| 1325 | @cpython_only |
| 1326 | @requires_specialization |
no test coverage detected