DEBSOURCES
Skip Quicknav
sources / micropython / 1.26.1%2Bds-1 / tests / internal_bench / class_create-4.1-classmethod_implicit.py
123456789101112
import bench def test(num): for i in range(num // 40): class X: def __new__(cls): pass bench.run(test)