ducpy.Duc.Identifier ==================== .. py:module:: ducpy.Duc.Identifier Attributes ---------- .. autoapisummary:: ducpy.Duc.Identifier.np Classes ------- .. autoapisummary:: ducpy.Duc.Identifier.Identifier Functions --------- .. autoapisummary:: ducpy.Duc.Identifier.IdentifierStart ducpy.Duc.Identifier.Start ducpy.Duc.Identifier.IdentifierAddId ducpy.Duc.Identifier.AddId ducpy.Duc.Identifier.IdentifierAddName ducpy.Duc.Identifier.AddName ducpy.Duc.Identifier.IdentifierAddDescription ducpy.Duc.Identifier.AddDescription ducpy.Duc.Identifier.IdentifierEnd ducpy.Duc.Identifier.End Module Contents --------------- .. py:data:: np .. py:class:: Identifier Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsIdentifier(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: IdentifierBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: Id() .. py:method:: Name() .. py:method:: Description() .. py:function:: IdentifierStart(builder) .. py:function:: Start(builder) .. py:function:: IdentifierAddId(builder, id) .. py:function:: AddId(builder, id) .. py:function:: IdentifierAddName(builder, name) .. py:function:: AddName(builder, name) .. py:function:: IdentifierAddDescription(builder, description) .. py:function:: AddDescription(builder, description) .. py:function:: IdentifierEnd(builder) .. py:function:: End(builder)