DEBSOURCES
Skip Quicknav
sources / python-easydev / 0.10.1%2Bdfsg-1 / test / test_profiler.py
1234567891011
from easydev import do_profile @do_profile() def test_profile(): @do_profile() def test_runme(): a = 1 a**2