dv-flow-mgr 0.0.1.12971126211a1__py3-none-any.whl → 0.0.1.12981364130a1__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.
- dv_flow/mgr/package_def.py +7 -6
- {dv_flow_mgr-0.0.1.12971126211a1.dist-info → dv_flow_mgr-0.0.1.12981364130a1.dist-info}/METADATA +1 -1
- {dv_flow_mgr-0.0.1.12971126211a1.dist-info → dv_flow_mgr-0.0.1.12981364130a1.dist-info}/RECORD +7 -7
- {dv_flow_mgr-0.0.1.12971126211a1.dist-info → dv_flow_mgr-0.0.1.12981364130a1.dist-info}/LICENSE +0 -0
- {dv_flow_mgr-0.0.1.12971126211a1.dist-info → dv_flow_mgr-0.0.1.12981364130a1.dist-info}/WHEEL +0 -0
- {dv_flow_mgr-0.0.1.12971126211a1.dist-info → dv_flow_mgr-0.0.1.12981364130a1.dist-info}/entry_points.txt +0 -0
- {dv_flow_mgr-0.0.1.12971126211a1.dist-info → dv_flow_mgr-0.0.1.12981364130a1.dist-info}/top_level.txt +0 -0
dv_flow/mgr/package_def.py
CHANGED
@@ -135,14 +135,15 @@ class PackageDef(BaseModel):
|
|
135
135
|
decl_params = True
|
136
136
|
break
|
137
137
|
|
138
|
+
field_m = {}
|
139
|
+
# First, add parameters from the base class
|
140
|
+
base_o = ctor_t.mkParams()
|
141
|
+
for fname,info in base_o.model_fields.items():
|
142
|
+
self._log.debug("Field: %s (%s)" % (fname, info.default))
|
143
|
+
field_m[fname] = (info.annotation, info.default)
|
144
|
+
|
138
145
|
if decl_params:
|
139
146
|
# We need to combine base parameters with new parameters
|
140
|
-
field_m = {}
|
141
|
-
# First, add parameters from the base class
|
142
|
-
base_o = ctor_t.mkParams()
|
143
|
-
for fname,info in base_o.model_fields.items():
|
144
|
-
self._log.debug("Field: %s (%s)" % (fname, info.default))
|
145
|
-
field_m[fname] = (info.annotation, info.default)
|
146
147
|
ptype_m = {
|
147
148
|
"str" : str,
|
148
149
|
"int" : int,
|
{dv_flow_mgr-0.0.1.12971126211a1.dist-info → dv_flow_mgr-0.0.1.12981364130a1.dist-info}/RECORD
RENAMED
@@ -3,7 +3,7 @@ dv_flow/mgr/__main__.py,sha256=uik6gDAvtZNG0yyDKYc4FTl6R1QHAR543jNG2lCAa6E,1771
|
|
3
3
|
dv_flow/mgr/fileset.py,sha256=FNvC5sU2ArxJ0OO3v8dXTv8zX-bZ5t0a0ljne0fQQ1o,1150
|
4
4
|
dv_flow/mgr/fragment_def.py,sha256=p5i6ONtBWlDHTBFsduu3Z36_76Bn8PCIylp_xoZ7jfQ,1552
|
5
5
|
dv_flow/mgr/package.py,sha256=AOLEEotVQF9VNMMl13uNQ7Na2TuHPXxEvybBOX7XIps,1615
|
6
|
-
dv_flow/mgr/package_def.py,sha256=
|
6
|
+
dv_flow/mgr/package_def.py,sha256=VYeYtrWpLKvwtJCGpG1WPfDU67_ukIO9HyRcmfsZORQ,13428
|
7
7
|
dv_flow/mgr/package_import_spec.py,sha256=ah3r15v5Jdub2poc3sgi6Uar1L3oGoYsCPPNiOHV-a4,1760
|
8
8
|
dv_flow/mgr/pkg_rgy.py,sha256=2R_EaeBDJn5qUq9DzSnLc37wUP36MWSv-p0LgUjJRAg,4471
|
9
9
|
dv_flow/mgr/task.py,sha256=7Nc7H2Wj9xWAHjspJ5TKw6DZ7g8DMisAqWuhjcy3MZU,9102
|
@@ -20,9 +20,9 @@ dv_flow/mgr/std/fileset.py,sha256=Hn3_C1CczSRSaNYI3aDYbaaNdnKDlIqU16_GRIBP4PI,24
|
|
20
20
|
dv_flow/mgr/std/flow.dv,sha256=pSpzrPPEu_L8DHccGfArxsKYgUfyQidShZc0ShgGtsY,500
|
21
21
|
dv_flow/mgr/std/message.py,sha256=BPTHnEMD4tBufQ9LvsS9Sa_0xjaJATbBpwqosWslvVA,193
|
22
22
|
dv_flow/mgr/std/task_null.py,sha256=KObmjG_4D08GJ1k6neqKIQrFY72Sj0jLnwXxEkq5HA0,321
|
23
|
-
dv_flow_mgr-0.0.1.
|
24
|
-
dv_flow_mgr-0.0.1.
|
25
|
-
dv_flow_mgr-0.0.1.
|
26
|
-
dv_flow_mgr-0.0.1.
|
27
|
-
dv_flow_mgr-0.0.1.
|
28
|
-
dv_flow_mgr-0.0.1.
|
23
|
+
dv_flow_mgr-0.0.1.12981364130a1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
24
|
+
dv_flow_mgr-0.0.1.12981364130a1.dist-info/METADATA,sha256=2RdpXKBb_WGvELv-ExA0F8y6op7EBUxvZj45aOpCtrs,13276
|
25
|
+
dv_flow_mgr-0.0.1.12981364130a1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
26
|
+
dv_flow_mgr-0.0.1.12981364130a1.dist-info/entry_points.txt,sha256=1roy8wAFM48LabOvr6jiOw0MUs-qE8X3Vf8YykPazxk,50
|
27
|
+
dv_flow_mgr-0.0.1.12981364130a1.dist-info/top_level.txt,sha256=amfVTkggzYPtWwLqNmRukfz1Buu0pGS2SrYBBLhXm04,8
|
28
|
+
dv_flow_mgr-0.0.1.12981364130a1.dist-info/RECORD,,
|
{dv_flow_mgr-0.0.1.12971126211a1.dist-info → dv_flow_mgr-0.0.1.12981364130a1.dist-info}/LICENSE
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.12971126211a1.dist-info → dv_flow_mgr-0.0.1.12981364130a1.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|