iris-pex-embedded-python 3.0.1b10__py3-none-any.whl → 3.0.1b11__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.
Potentially problematic release.
This version of iris-pex-embedded-python might be problematic. Click here for more details.
- iop/_business_host.py +9 -0
- {iris_pex_embedded_python-3.0.1b10.dist-info → iris_pex_embedded_python-3.0.1b11.dist-info}/METADATA +1 -1
- {iris_pex_embedded_python-3.0.1b10.dist-info → iris_pex_embedded_python-3.0.1b11.dist-info}/RECORD +7 -7
- {iris_pex_embedded_python-3.0.1b10.dist-info → iris_pex_embedded_python-3.0.1b11.dist-info}/LICENSE +0 -0
- {iris_pex_embedded_python-3.0.1b10.dist-info → iris_pex_embedded_python-3.0.1b11.dist-info}/WHEEL +0 -0
- {iris_pex_embedded_python-3.0.1b10.dist-info → iris_pex_embedded_python-3.0.1b11.dist-info}/entry_points.txt +0 -0
- {iris_pex_embedded_python-3.0.1b10.dist-info → iris_pex_embedded_python-3.0.1b11.dist-info}/top_level.txt +0 -0
iop/_business_host.py
CHANGED
|
@@ -177,6 +177,15 @@ class _BusinessHost(_Common):
|
|
|
177
177
|
"""
|
|
178
178
|
# create a list of iris.Ens.CallStructure for each target_request
|
|
179
179
|
call_list = []
|
|
180
|
+
# sanity check
|
|
181
|
+
if not isinstance(target_request,list):
|
|
182
|
+
raise TypeError("The target_request parameter must be a list")
|
|
183
|
+
if len(target_request) == 0:
|
|
184
|
+
raise ValueError("The target_request parameter must not be empty")
|
|
185
|
+
# check if the target_request is a list of tuple of 2 elements
|
|
186
|
+
if not all(isinstance(item, tuple) and len(item) == 2 for item in target_request):
|
|
187
|
+
raise TypeError("The target_request parameter must be a list of tuple of 2 elements")
|
|
188
|
+
|
|
180
189
|
for target,request in target_request:
|
|
181
190
|
call = iris.cls("Ens.CallStructure")._New()
|
|
182
191
|
call.TargetDispatchName = target
|
{iris_pex_embedded_python-3.0.1b10.dist-info → iris_pex_embedded_python-3.0.1b11.dist-info}/RECORD
RENAMED
|
@@ -92,7 +92,7 @@ intersystems_iris/pex/_OutboundAdapter.py,sha256=ao2Ubbta2DcrQGdzDUD_j1Zsk8bvUfc
|
|
|
92
92
|
intersystems_iris/pex/__init__.py,sha256=l_I1dpnluWawbFrGMDC0GLHpuHwjbpd-nho8otFX6TE,1379
|
|
93
93
|
iop/__init__.py,sha256=zHFF0Znipx1fwHYUEBZjNOYoZH1ro7z4IgYDU32kdn0,1067
|
|
94
94
|
iop/__main__.py,sha256=pQzVtkDhAeI6dpNRC632dVk2SGZZIEDwDufdgZe8VWs,98
|
|
95
|
-
iop/_business_host.py,sha256
|
|
95
|
+
iop/_business_host.py,sha256=KYlyxZtRU4nnAy94CtQHvBLpZAhPKnAzPovlY5UON9I,27933
|
|
96
96
|
iop/_business_operation.py,sha256=P824IzO89LCKnoNHZk64OZBDHcomHpjhKmMT89bS6TI,3500
|
|
97
97
|
iop/_business_process.py,sha256=F4NIQcwQ5u8yiAPpaN14OAXxbKJsRAGm5S4lrbgA3oI,13296
|
|
98
98
|
iop/_business_service.py,sha256=sX8J-2-0Go6uIuPYa0A5N9Nn9rY5lV6a05v4q78qDC8,3726
|
|
@@ -135,9 +135,9 @@ iris/iris_ipm.pyi,sha256=j7CNUZcjeDu5sgeWUZJO_Qi4vQmHh6aD-jPWv8OdoUs,374
|
|
|
135
135
|
iris/iris_utils.py,sha256=kg80O3yRpHIutM-mCyr4xCeTvKWPE-Kai-b6Dxw4vQ4,9882
|
|
136
136
|
irisnative/_IRISNative.py,sha256=HQ4nBhc8t8_5OtxdMG-kx1aa-T1znf2I8obZOPLOPzg,665
|
|
137
137
|
irisnative/__init__.py,sha256=6YmvBLQSURsCPKaNg7LK-xpo4ipDjrlhKuwdfdNb3Kg,341
|
|
138
|
-
iris_pex_embedded_python-3.0.
|
|
139
|
-
iris_pex_embedded_python-3.0.
|
|
140
|
-
iris_pex_embedded_python-3.0.
|
|
141
|
-
iris_pex_embedded_python-3.0.
|
|
142
|
-
iris_pex_embedded_python-3.0.
|
|
143
|
-
iris_pex_embedded_python-3.0.
|
|
138
|
+
iris_pex_embedded_python-3.0.1b11.dist-info/LICENSE,sha256=rZSiBFId_sfbJ6RL0GjjPX-InNLkNS9ou7eQsikciI8,1089
|
|
139
|
+
iris_pex_embedded_python-3.0.1b11.dist-info/METADATA,sha256=xhpYdfd9wBcaCHRrSzFcdatDPh5xZavejXRE2APDj7A,49483
|
|
140
|
+
iris_pex_embedded_python-3.0.1b11.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
|
141
|
+
iris_pex_embedded_python-3.0.1b11.dist-info/entry_points.txt,sha256=pj-i4LSDyiSP6xpHlVjMCbg1Pik7dC3_sdGY3Yp9Vhk,38
|
|
142
|
+
iris_pex_embedded_python-3.0.1b11.dist-info/top_level.txt,sha256=jkWtvFKOp1Q-uO_VpGpfx5TcW7DS39z1liOAVp6zLig,47
|
|
143
|
+
iris_pex_embedded_python-3.0.1b11.dist-info/RECORD,,
|
{iris_pex_embedded_python-3.0.1b10.dist-info → iris_pex_embedded_python-3.0.1b11.dist-info}/LICENSE
RENAMED
|
File without changes
|
{iris_pex_embedded_python-3.0.1b10.dist-info → iris_pex_embedded_python-3.0.1b11.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|