empty.py 87 B

123
  1. # -*- coding: utf-8 -*-
  2. for i in range(1000):
  3. exec("def test_func_%d(): pass" % i)