ducpy.Duc.DucBlockInstanceElement ================================= .. py:module:: ducpy.Duc.DucBlockInstanceElement Attributes ---------- .. autoapisummary:: ducpy.Duc.DucBlockInstanceElement.np Classes ------- .. autoapisummary:: ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElement Functions --------- .. autoapisummary:: ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementStart ducpy.Duc.DucBlockInstanceElement.Start ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementAddBase ducpy.Duc.DucBlockInstanceElement.AddBase ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementAddBlockId ducpy.Duc.DucBlockInstanceElement.AddBlockId ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementAddElementOverrides ducpy.Duc.DucBlockInstanceElement.AddElementOverrides ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementStartElementOverridesVector ducpy.Duc.DucBlockInstanceElement.StartElementOverridesVector ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementAddAttributeValues ducpy.Duc.DucBlockInstanceElement.AddAttributeValues ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementStartAttributeValuesVector ducpy.Duc.DucBlockInstanceElement.StartAttributeValuesVector ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementAddDuplicationArray ducpy.Duc.DucBlockInstanceElement.AddDuplicationArray ducpy.Duc.DucBlockInstanceElement.DucBlockInstanceElementEnd ducpy.Duc.DucBlockInstanceElement.End Module Contents --------------- .. py:data:: np .. py:class:: DucBlockInstanceElement Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsDucBlockInstanceElement(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: DucBlockInstanceElementBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: Base() .. py:method:: BlockId() .. py:method:: ElementOverrides(j) .. py:method:: ElementOverridesLength() .. py:method:: ElementOverridesIsNone() .. py:method:: AttributeValues(j) .. py:method:: AttributeValuesLength() .. py:method:: AttributeValuesIsNone() .. py:method:: DuplicationArray() .. py:function:: DucBlockInstanceElementStart(builder) .. py:function:: Start(builder) .. py:function:: DucBlockInstanceElementAddBase(builder, base) .. py:function:: AddBase(builder, base) .. py:function:: DucBlockInstanceElementAddBlockId(builder, blockId) .. py:function:: AddBlockId(builder, blockId) .. py:function:: DucBlockInstanceElementAddElementOverrides(builder, elementOverrides) .. py:function:: AddElementOverrides(builder, elementOverrides) .. py:function:: DucBlockInstanceElementStartElementOverridesVector(builder, numElems) .. py:function:: StartElementOverridesVector(builder, numElems) .. py:function:: DucBlockInstanceElementAddAttributeValues(builder, attributeValues) .. py:function:: AddAttributeValues(builder, attributeValues) .. py:function:: DucBlockInstanceElementStartAttributeValuesVector(builder, numElems) .. py:function:: StartAttributeValuesVector(builder, numElems) .. py:function:: DucBlockInstanceElementAddDuplicationArray(builder, duplicationArray) .. py:function:: AddDuplicationArray(builder, duplicationArray) .. py:function:: DucBlockInstanceElementEnd(builder) .. py:function:: End(builder)