Пример #1
0
def exe_w_limits(c):
	vm = GridLangVM()
	vm.capture_exception = True
	vm.data_limit = 99
	vm.set_code(c)
	vm.run()
	return vm