@@ -23,6 +23,7 @@ class CDFExternalReferencesListedApply(_CDFExternalReferencesListedProperties, T
2323
2424 It is used to when data is written to CDF.
2525
26+
2627 Args:
2728 space: The space where the node is located.
2829 external_id: The external id of the cdf external references listed.
@@ -59,6 +60,7 @@ class CDFExternalReferencesListed(_CDFExternalReferencesListedProperties, TypedN
5960
6061 It is used to when data is read from CDF.
6162
63+
6264 Args:
6365 space: The space where the node is located.
6466 external_id: The external id of the cdf external references listed.
@@ -120,6 +122,7 @@ class DependentOnNonWritableApply(_DependentOnNonWritableProperties, TypedNodeAp
120122
121123 It is used to when data is written to CDF.
122124
125+
123126 Args:
124127 space: The space where the node is located.
125128 external_id: The external id of the dependent on non writable.
@@ -150,6 +153,7 @@ class DependentOnNonWritable(_DependentOnNonWritableProperties, TypedNode):
150153
151154 It is used to when data is read from CDF.
152155
156+
153157 Args:
154158 space: The space where the node is located.
155159 external_id: The external id of the dependent on non writable.
@@ -206,6 +210,7 @@ class Implementation1Apply(_Implementation1Properties, TypedNodeApply):
206210
207211 It is used to when data is written to CDF.
208212
213+
209214 Args:
210215 space: The space where the node is located.
211216 external_id: The external id of the implementation 1.
@@ -245,6 +250,7 @@ class Implementation1(_Implementation1Properties, TypedNode):
245250
246251 It is used to when data is read from CDF.
247252
253+
248254 Args:
249255 space: The space where the node is located.
250256 external_id: The external id of the implementation 1.
@@ -311,6 +317,7 @@ class Implementation2Apply(_Implementation2Properties, TypedNodeApply):
311317
312318 It is used to when data is written to CDF.
313319
320+
314321 Args:
315322 space: The space where the node is located.
316323 external_id: The external id of the implementation 2.
@@ -344,6 +351,7 @@ class Implementation2(_Implementation2Properties, TypedNode):
344351
345352 It is used to when data is read from CDF.
346353
354+
347355 Args:
348356 space: The space where the node is located.
349357 external_id: The external id of the implementation 2.
@@ -401,6 +409,7 @@ class MainInterfaceApply(_MainInterfaceProperties, TypedNodeApply):
401409
402410 It is used to when data is written to CDF.
403411
412+
404413 Args:
405414 space: The space where the node is located.
406415 external_id: The external id of the main interface.
@@ -431,6 +440,7 @@ class MainInterface(_MainInterfaceProperties, TypedNode):
431440
432441 It is used to when data is read from CDF.
433442
443+
434444 Args:
435445 space: The space where the node is located.
436446 external_id: The external id of the main interface.
@@ -488,6 +498,7 @@ class PrimitiveNullableApply(_PrimitiveNullableProperties, TypedNodeApply):
488498
489499 It is used to when data is written to CDF.
490500
501+
491502 Args:
492503 space: The space where the node is located.
493504 external_id: The external id of the primitive nullable.
@@ -542,6 +553,7 @@ class PrimitiveNullable(_PrimitiveNullableProperties, TypedNode):
542553
543554 It is used to when data is read from CDF.
544555
556+
545557 Args:
546558 space: The space where the node is located.
547559 external_id: The external id of the primitive nullable.
@@ -631,6 +643,7 @@ class PrimitiveRequiredListedApply(_PrimitiveRequiredListedProperties, TypedNode
631643
632644 It is used to when data is written to CDF.
633645
646+
634647 Args:
635648 space: The space where the node is located.
636649 external_id: The external id of the primitive required listed.
@@ -685,6 +698,7 @@ class PrimitiveRequiredListed(_PrimitiveRequiredListedProperties, TypedNode):
685698
686699 It is used to when data is read from CDF.
687700
701+
688702 Args:
689703 space: The space where the node is located.
690704 external_id: The external id of the primitive required listed.
@@ -771,6 +785,7 @@ class SubInterfaceApply(_SubInterfaceProperties, TypedNodeApply):
771785
772786 It is used to when data is written to CDF.
773787
788+
774789 Args:
775790 space: The space where the node is located.
776791 external_id: The external id of the sub interface.
@@ -804,6 +819,7 @@ class SubInterface(_SubInterfaceProperties, TypedNode):
804819
805820 It is used to when data is read from CDF.
806821
822+
807823 Args:
808824 space: The space where the node is located.
809825 external_id: The external id of the sub interface.
0 commit comments