Lines Matching defs:func
33 def get_firstlineno(func):
34 return func.__code__.co_firstlineno
56 return x + y + testmod.func(1)
97 def func():
99 func()
284 res = self.tracer.runfunc(traced_capturer, 1, 2, self=3, func=4)
285 self.assertEqual(res, ((1, 2), {'self': 3, 'func': 4}))
287 self.tracer.runfunc(func=traced_capturer, arg=1)
299 (fix_ext_py(testmod.__file__), 'testmod', 'func'): 1,
324 self.filemod + ('func',): 1,
351 (fix_ext_py(testmod.__file__), 'testmod', 'func')): 1,
402 "t.func(0); t.func2();")