This commit is contained in:
2025-08-15 15:40:19 +08:00
parent 28118fbd88
commit b60e485691
3 changed files with 11 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
[metadata]
# replace with your username:
name = guan
version = 0.1.185
version = 0.1.186
author = guanjihuan
author_email = guanjihuan@163.com
description = An open source python package

View File

@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: guan
Version: 0.1.185
Version: 0.1.186
Summary: An open source python package
Home-page: https://py.guanjihuan.com
Author: guanjihuan

View File

@@ -29,7 +29,6 @@ def try_except(function_name, *args, **kwargs):
# 使用 multiprocessing.Pool 实现自动分配任务并行
def parallel_calculation_with_multiprocessing_Pool(func, args_list=[1, 2, 3], show_time=0):
if __name__ == '__main__':
import multiprocessing
import time
start_time = time.time()