tdrpa.tdworker 1.2.13.60__py312-none-win_amd64.whl → 1.2.13.61__py312-none-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tdrpa/tdworker/_other.pyi +8 -0
- tdrpa/tdworker.cp312-win_amd64.pyd +0 -0
- {tdrpa_tdworker-1.2.13.60.dist-info → tdrpa_tdworker-1.2.13.61.dist-info}/METADATA +1 -1
- {tdrpa_tdworker-1.2.13.60.dist-info → tdrpa_tdworker-1.2.13.61.dist-info}/RECORD +6 -6
- {tdrpa_tdworker-1.2.13.60.dist-info → tdrpa_tdworker-1.2.13.61.dist-info}/WHEEL +0 -0
- {tdrpa_tdworker-1.2.13.60.dist-info → tdrpa_tdworker-1.2.13.61.dist-info}/top_level.txt +0 -0
tdrpa/tdworker/_other.pyi
CHANGED
@@ -518,3 +518,11 @@ class HTTP:
|
|
518
518
|
:param delayTime:[可选参数]超时时间,单位毫秒,默认60000毫秒
|
519
519
|
:return:是否下载成功
|
520
520
|
'''
|
521
|
+
|
522
|
+
def retry(num: int = 2, delay: int | float = None, wait: int | float = None):
|
523
|
+
"""
|
524
|
+
重试装饰器
|
525
|
+
:param num:[可选参数]重试次数,数字代表尝试次数,None:不限尝试次数。默认2次
|
526
|
+
:param delay:[可选参数]重试延时秒数(超过此秒数重试不了),默认None
|
527
|
+
:param wait:[可选参数]重试间隔秒数,默认None
|
528
|
+
"""
|
Binary file
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tdrpa/tdworker.cp312-win_amd64.pyd,sha256=
|
1
|
+
tdrpa/tdworker.cp312-win_amd64.pyd,sha256=wxpMcg75A47xb9V72cSX4pg1IMCiFcNkqH5f9BTJH1s,4448256
|
2
2
|
tdrpa/_tdxlwings/__init__.py,sha256=mxmqGWQ7xFb6e1GqkKEBfMQtZ8YyO4kAcPOvcJnD_2k,4424
|
3
3
|
tdrpa/_tdxlwings/_win32patch.py,sha256=_IxTfvj663osTXh8b1S-A_N4PthS9gEWFLjpY4V0iUA,3443
|
4
4
|
tdrpa/_tdxlwings/_xlmac.py,sha256=23OusKchbqglFi1s909tbB9fIwoFj6Yny4GiYrsnx5s,68521
|
@@ -84,10 +84,10 @@ tdrpa/_tdxlwings/rest/api.py,sha256=yfv1VkTpjQOzxLh4aMnZQsh8wTRHg34KkyipKDa_w4g,
|
|
84
84
|
tdrpa/_tdxlwings/rest/serializers.py,sha256=ztMzL_EgbhAb3rSbfWFE2A9uyOykoZbkSoDHPeKXzGg,2885
|
85
85
|
tdrpa/tdworker/__init__.pyi,sha256=SduurI_bQlVhaYqqASK1WjfgBdbupOrdMnK4eOTdxeo,336
|
86
86
|
tdrpa/tdworker/_excel.pyi,sha256=ZTtS3A4bW-vlZEGRZm3FtvG9zRU-n_aWRj1W1xLoBbM,67332
|
87
|
-
tdrpa/tdworker/_other.pyi,sha256=
|
87
|
+
tdrpa/tdworker/_other.pyi,sha256=8hG3J3YNjHNfWWR-pD6vSNJ9uPw32lgSzZpkkQTwUk8,39538
|
88
88
|
tdrpa/tdworker/_web.pyi,sha256=8NDI7COti61cdJSnUjJpogZazKw9dfuc3J923k4KX0k,69739
|
89
89
|
tdrpa/tdworker/_win.pyi,sha256=bNF_mMn0Cc8tA1nMAX555EtL0f5HCy08AEHsRM1TAP8,36049
|
90
|
-
tdrpa_tdworker-1.2.13.
|
91
|
-
tdrpa_tdworker-1.2.13.
|
92
|
-
tdrpa_tdworker-1.2.13.
|
93
|
-
tdrpa_tdworker-1.2.13.
|
90
|
+
tdrpa_tdworker-1.2.13.61.dist-info/METADATA,sha256=pfvMgvJc7NlLIhZrLPE4B8XQLGqiU4qDYLQ-10ggWwY,1164
|
91
|
+
tdrpa_tdworker-1.2.13.61.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
|
92
|
+
tdrpa_tdworker-1.2.13.61.dist-info/top_level.txt,sha256=S9UoqmC_cyGqKbGsBkLQPEeQLbDrWD0SRwbxPpQpyyU,6
|
93
|
+
tdrpa_tdworker-1.2.13.61.dist-info/RECORD,,
|
File without changes
|
File without changes
|