reykit 1.1.85__py3-none-any.whl → 1.1.86__py3-none-any.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.
reykit/rmonkey.py
CHANGED
@@ -54,7 +54,7 @@ def monkey_sqlalchemy_result_more_fetch():
|
|
54
54
|
|
55
55
|
# Add.
|
56
56
|
@property
|
57
|
-
def method_data(self: Result) -> Self:
|
57
|
+
def method_data(self: 'Result') -> Self:
|
58
58
|
"""
|
59
59
|
Get Data.
|
60
60
|
|
@@ -79,7 +79,7 @@ def monkey_sqlalchemy_result_more_fetch():
|
|
79
79
|
CursorResult.to_excel = Table.to_excel
|
80
80
|
|
81
81
|
|
82
|
-
def method_show(self: Result, limit: int | None = None) -> None:
|
82
|
+
def method_show(self: 'Result', limit: int | None = None) -> None:
|
83
83
|
"""
|
84
84
|
Print result.
|
85
85
|
|
@@ -131,7 +131,7 @@ def monkey_sqlalchemy_result_more_fetch():
|
|
131
131
|
|
132
132
|
|
133
133
|
@property
|
134
|
-
def method_exist(self: Result) -> bool:
|
134
|
+
def method_exist(self: 'Result') -> bool:
|
135
135
|
"""
|
136
136
|
Judge whether is exist row.
|
137
137
|
|
@@ -150,7 +150,7 @@ def monkey_sqlalchemy_result_more_fetch():
|
|
150
150
|
|
151
151
|
|
152
152
|
@property
|
153
|
-
def method_empty(self: Result) -> bool:
|
153
|
+
def method_empty(self: 'Result') -> bool:
|
154
154
|
"""
|
155
155
|
Judge whether is empty row.
|
156
156
|
|
@@ -5,7 +5,7 @@ reykit/rdata.py,sha256=iOU2_9RCihxrdXswZKvonVMIM-X5-L89WhawGDLHt4w,11361
|
|
5
5
|
reykit/remail.py,sha256=l4HGKXdfHNBxyBT3YxeZyQhfecbElqTqSAGInwWhap8,6723
|
6
6
|
reykit/rimage.py,sha256=lNN2iMpvSMqh-nPTpxrA9yHy43EA5WoYdxKYhqPwMgk,6154
|
7
7
|
reykit/rlog.py,sha256=M4UgS2gxYJOWv66ItyOv7AUJHJc1CsSDVYr9J0y2MwU,25768
|
8
|
-
reykit/rmonkey.py,sha256=
|
8
|
+
reykit/rmonkey.py,sha256=MJ_levUBl_oqkx8UoWbNwrRBGPWGwpfAh0B25tESFUk,7863
|
9
9
|
reykit/rnet.py,sha256=McW4fX-omkD4_2BpLISHt2hpwIxK7EfDA5c6j3gn3E4,16874
|
10
10
|
reykit/rnum.py,sha256=VKICD64mEfiStAGWaxg3kzQjf7TTqiSBNe9LCpM9MLo,3623
|
11
11
|
reykit/ros.py,sha256=J6YxNbOceMhHwVKDugx5Wd-KFliRtlhFEVVcCAaE_So,47847
|
@@ -22,7 +22,7 @@ reykit/rwrap.py,sha256=G4TL2GWUaW9DrCFRcsnDE1CwgdWeP2PnjQckheRx4p0,15095
|
|
22
22
|
reykit/rzip.py,sha256=BGEONswuBZxQ-zcgd_xp2fcvYesC9AmKaaXWvnT3bTI,3456
|
23
23
|
reykit/rdll/__init__.py,sha256=nLSb8onBm2ilyoxzpDzUeGfSCKwkLEesIhzK3LiJ8mk,701
|
24
24
|
reykit/rdll/rdll_core.py,sha256=o6-rKcTQgxZQe0kD3GnwyNb3KL9IogzgCQNOmYLMm7A,5086
|
25
|
-
reykit-1.1.
|
26
|
-
reykit-1.1.
|
27
|
-
reykit-1.1.
|
28
|
-
reykit-1.1.
|
25
|
+
reykit-1.1.86.dist-info/METADATA,sha256=ySyPHRKNXeVMRKVlPWBYBTtpmJdqfhOa4QiH0CHCZO0,1872
|
26
|
+
reykit-1.1.86.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
27
|
+
reykit-1.1.86.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
|
28
|
+
reykit-1.1.86.dist-info/RECORD,,
|
File without changes
|
File without changes
|