Lines Matching defs:_abs
17 def _abs(relfile):
29 lines = (_abs(line) for line in lines)
294 _abs('Include/**/*.h'): (5_000, 500),
295 _abs('Modules/_ctypes/ctypes.h'): (5_000, 500),
296 _abs('Modules/_datetimemodule.c'): (20_000, 300),
297 _abs('Modules/posixmodule.c'): (20_000, 500),
298 _abs('Modules/termios.c'): (10_000, 800),
299 _abs('Modules/_testcapimodule.c'): (20_000, 400),
300 _abs('Modules/expat/expat.h'): (10_000, 400),
301 _abs('Objects/stringlib/unicode_format.h'): (10_000, 400),
302 _abs('Objects/typeobject.c'): (20_000, 200),
303 _abs('Python/compile.c'): (20_000, 500),
304 _abs('Python/pylifecycle.c'): (500_000, 5000),
305 _abs('Python/pystate.c'): (500_000, 5000),