iris-pex-embedded-python 3.4.2b1__py3-none-any.whl → 3.4.3b1__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/cls/IOP/Message.cls +11 -5
- {iris_pex_embedded_python-3.4.2b1.dist-info → iris_pex_embedded_python-3.4.3b1.dist-info}/METADATA +1 -1
- {iris_pex_embedded_python-3.4.2b1.dist-info → iris_pex_embedded_python-3.4.3b1.dist-info}/RECORD +7 -7
- {iris_pex_embedded_python-3.4.2b1.dist-info → iris_pex_embedded_python-3.4.3b1.dist-info}/WHEEL +1 -1
- {iris_pex_embedded_python-3.4.2b1.dist-info → iris_pex_embedded_python-3.4.3b1.dist-info}/entry_points.txt +0 -0
- {iris_pex_embedded_python-3.4.2b1.dist-info → iris_pex_embedded_python-3.4.3b1.dist-info}/licenses/LICENSE +0 -0
- {iris_pex_embedded_python-3.4.2b1.dist-info → iris_pex_embedded_python-3.4.3b1.dist-info}/top_level.txt +0 -0
iop/cls/IOP/Message.cls
CHANGED
|
@@ -453,7 +453,7 @@ ClassMethod HandleProperty(
|
|
|
453
453
|
{
|
|
454
454
|
Set type = value.type
|
|
455
455
|
|
|
456
|
-
If type = "string" || type = "number" || type = "boolean" {
|
|
456
|
+
If (type = "string") || (type = "number") || (type = "boolean") {
|
|
457
457
|
Do ..HandlePrimitiveType(type, idx, .pContents)
|
|
458
458
|
}
|
|
459
459
|
ElseIf type = "array" {
|
|
@@ -465,6 +465,13 @@ ClassMethod HandleProperty(
|
|
|
465
465
|
ElseIf $IsObject(value.allOf) {
|
|
466
466
|
Do ..HandleAllOfType(value, key, idx, .pContents, schema)
|
|
467
467
|
}
|
|
468
|
+
ElseIf value.%Get("$ref")'="" {
|
|
469
|
+
Set tDef = schema."$defs".%Get($Piece(value."$ref", "/", *))
|
|
470
|
+
Do ..HandleObjectType(tDef, idx, .pContents)
|
|
471
|
+
}
|
|
472
|
+
Else {
|
|
473
|
+
Set pContents(idx,"type") = type
|
|
474
|
+
}
|
|
468
475
|
|
|
469
476
|
If type = "array" Set key = key_"()"
|
|
470
477
|
Set pContents = idx
|
|
@@ -491,9 +498,8 @@ ClassMethod HandleArrayType(
|
|
|
491
498
|
schema As %DynamicObject)
|
|
492
499
|
{
|
|
493
500
|
Set pContents(idx,"type") = "()"
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
}
|
|
501
|
+
// Handle array as a Handle Property
|
|
502
|
+
Do ..HandleProperty(value.items, key, idx, .pContents, schema)
|
|
497
503
|
}
|
|
498
504
|
|
|
499
505
|
ClassMethod HandleObjectType(
|
|
@@ -504,7 +510,7 @@ ClassMethod HandleObjectType(
|
|
|
504
510
|
Set pContents(idx,"type") = "object"
|
|
505
511
|
If $IsObject(value.properties) {
|
|
506
512
|
Do ..SchemaToContents(value, .subContents)
|
|
507
|
-
Merge
|
|
513
|
+
Merge pContents(idx) = subContents
|
|
508
514
|
}
|
|
509
515
|
}
|
|
510
516
|
|
{iris_pex_embedded_python-3.4.2b1.dist-info → iris_pex_embedded_python-3.4.3b1.dist-info}/RECORD
RENAMED
|
@@ -56,7 +56,7 @@ iop/cls/IOP/BusinessService.cls,sha256=7ebn32J9PiZXUgXuh5Xxm_7X6zHBiqkJr9c_dWxbP
|
|
|
56
56
|
iop/cls/IOP/Common.cls,sha256=kcK2LrsPxJzU5cDIDUtwrPaDCf7rE73EY-iwHACACFw,12370
|
|
57
57
|
iop/cls/IOP/Director.cls,sha256=M43LoTb6lwSr0J81RFxi1YLW1mwda09wQ7Xqr3nBtxo,2008
|
|
58
58
|
iop/cls/IOP/InboundAdapter.cls,sha256=GeoCm6q5HcLJ5e4VxgqXiErJXqolBbpKwpunaNzpvjU,610
|
|
59
|
-
iop/cls/IOP/Message.cls,sha256=
|
|
59
|
+
iop/cls/IOP/Message.cls,sha256=6_iZzQaY0cA9FjXg0qECYZC6We8soAIrUwRBrlerC4w,25373
|
|
60
60
|
iop/cls/IOP/OutboundAdapter.cls,sha256=9eOwy5ojwcTzwrHs6LNrFQvUD8aqcoNCZrILN1ycdDM,958
|
|
61
61
|
iop/cls/IOP/PickleMessage.cls,sha256=S3y7AClQ8mAILjxPuHdCjGosBZYzGbUQ5WTv4mYPNMQ,1673
|
|
62
62
|
iop/cls/IOP/Test.cls,sha256=gAC9PEfMZsvAEWIa241-ug2FWAhITbN1SOispZzJPnI,2094
|
|
@@ -72,9 +72,9 @@ iop/cls/IOP/PrivateSession/Message/Start.cls,sha256=uk-WTe66GicCshgmVy3F5ugHiAyP
|
|
|
72
72
|
iop/cls/IOP/PrivateSession/Message/Stop.cls,sha256=7g3gKFUjNg0WXBLuWnj-VnCs5G6hSE09YTzGEp0zbGc,1390
|
|
73
73
|
iop/cls/IOP/Service/WSGI.cls,sha256=VLNCXEwmHW9dBnE51uGE1nvGX6T4HjhqePT3LVhsjAE,10440
|
|
74
74
|
iop/wsgi/handlers.py,sha256=NrFLo_YbAh-x_PlWhAiWkQnUUN2Ss9HoEm63dDWCBpQ,2947
|
|
75
|
-
iris_pex_embedded_python-3.4.
|
|
76
|
-
iris_pex_embedded_python-3.4.
|
|
77
|
-
iris_pex_embedded_python-3.4.
|
|
78
|
-
iris_pex_embedded_python-3.4.
|
|
79
|
-
iris_pex_embedded_python-3.4.
|
|
80
|
-
iris_pex_embedded_python-3.4.
|
|
75
|
+
iris_pex_embedded_python-3.4.3b1.dist-info/licenses/LICENSE,sha256=rZSiBFId_sfbJ6RL0GjjPX-InNLkNS9ou7eQsikciI8,1089
|
|
76
|
+
iris_pex_embedded_python-3.4.3b1.dist-info/METADATA,sha256=K5KtzOgqMKdXWSaHCjqDWz7jXxC0HJSKWas3mxUvbAY,4449
|
|
77
|
+
iris_pex_embedded_python-3.4.3b1.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
|
78
|
+
iris_pex_embedded_python-3.4.3b1.dist-info/entry_points.txt,sha256=pj-i4LSDyiSP6xpHlVjMCbg1Pik7dC3_sdGY3Yp9Vhk,38
|
|
79
|
+
iris_pex_embedded_python-3.4.3b1.dist-info/top_level.txt,sha256=4p0q6hCATmYIVMVi3I8hOUcJE1kwzyBeHygWv_rGvrU,13
|
|
80
|
+
iris_pex_embedded_python-3.4.3b1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|