arpakitlib 1.8.234__py3-none-any.whl → 1.8.235__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.
- arpakitlib/raise_own_exception_if_exception.py +2 -2
- {arpakitlib-1.8.234.dist-info → arpakitlib-1.8.235.dist-info}/METADATA +1 -1
- {arpakitlib-1.8.234.dist-info → arpakitlib-1.8.235.dist-info}/RECORD +6 -6
- {arpakitlib-1.8.234.dist-info → arpakitlib-1.8.235.dist-info}/LICENSE +0 -0
- {arpakitlib-1.8.234.dist-info → arpakitlib-1.8.235.dist-info}/WHEEL +0 -0
- {arpakitlib-1.8.234.dist-info → arpakitlib-1.8.235.dist-info}/entry_points.txt +0 -0
@@ -74,7 +74,7 @@ def raise_own_exception_if_exception(
|
|
74
74
|
try:
|
75
75
|
_kwargs = {}
|
76
76
|
if kwargs_in_own_exception is not None:
|
77
|
-
_kwargs = {"
|
77
|
+
_kwargs = {"kwargs_in_own_exception": copied_kwargs_in_own_exception}
|
78
78
|
if forward_kwargs_in_own_exception is not None:
|
79
79
|
_kwargs.update(forward_kwargs_in_own_exception)
|
80
80
|
raise own_exception(**_kwargs) from caught_exception
|
@@ -97,7 +97,7 @@ def raise_own_exception_if_exception(
|
|
97
97
|
try:
|
98
98
|
_kwargs = {}
|
99
99
|
if kwargs_in_own_exception is not None:
|
100
|
-
_kwargs = {"
|
100
|
+
_kwargs = {"kwargs_in_own_exception": copied_kwargs_in_own_exception}
|
101
101
|
if forward_kwargs_in_own_exception is not None:
|
102
102
|
_kwargs.update(forward_kwargs_in_own_exception)
|
103
103
|
raise own_exception(**_kwargs) from caught_exception
|
@@ -422,9 +422,9 @@ arpakitlib/ar_type_util.py,sha256=Cs_tef-Fc5xeyAF54KgISCsP11NHyzIsglm4S3Xx7iM,40
|
|
422
422
|
arpakitlib/ar_yookassa_api_client_util.py,sha256=VozuZeCJjmLd1zj2BdC9WfiAQ3XYOrIMsdpNK-AUlm0,5347
|
423
423
|
arpakitlib/clone_pydantic_model_fields.py,sha256=xxLwtvJzDf8EWMvBE4psWIj8c-cyeCxLRX76oCY_4zk,1214
|
424
424
|
arpakitlib/pydantic_schema_from_sqlalchemy_model.py,sha256=_5Y79kQ4lLIOL6_afIFVwxY1EXzTMpi-veRR-WkPFOs,2879
|
425
|
-
arpakitlib/raise_own_exception_if_exception.py,sha256=
|
426
|
-
arpakitlib-1.8.
|
427
|
-
arpakitlib-1.8.
|
428
|
-
arpakitlib-1.8.
|
429
|
-
arpakitlib-1.8.
|
430
|
-
arpakitlib-1.8.
|
425
|
+
arpakitlib/raise_own_exception_if_exception.py,sha256=hJMNKp-GCIhLuRMktLBpmRn04MhuBBYHTwgOjb48fcI,5573
|
426
|
+
arpakitlib-1.8.235.dist-info/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
|
427
|
+
arpakitlib-1.8.235.dist-info/METADATA,sha256=5kUZWFMcpjwmf7enT9I48Sf0cxcrzng7F5l2jgb2vMY,3741
|
428
|
+
arpakitlib-1.8.235.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
429
|
+
arpakitlib-1.8.235.dist-info/entry_points.txt,sha256=36xqR3PJFT2kuwjkM_EqoIy0qFUDPKSm_mJaI7emewE,87
|
430
|
+
arpakitlib-1.8.235.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|