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