mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 21:18:52 +00:00
4 lines
85 B
Python
4 lines
85 B
Python
import py
|
|
for i in range(1000):
|
|
py.builtin.exec_("def test_func_%d(): pass" % i)
|