ducpy.Duc.DucTableRowEntry ========================== .. py:module:: ducpy.Duc.DucTableRowEntry Attributes ---------- .. autoapisummary:: ducpy.Duc.DucTableRowEntry.np Classes ------- .. autoapisummary:: ducpy.Duc.DucTableRowEntry.DucTableRowEntry Functions --------- .. autoapisummary:: ducpy.Duc.DucTableRowEntry.DucTableRowEntryStart ducpy.Duc.DucTableRowEntry.Start ducpy.Duc.DucTableRowEntry.DucTableRowEntryAddKey ducpy.Duc.DucTableRowEntry.AddKey ducpy.Duc.DucTableRowEntry.DucTableRowEntryAddValue ducpy.Duc.DucTableRowEntry.AddValue ducpy.Duc.DucTableRowEntry.DucTableRowEntryEnd ducpy.Duc.DucTableRowEntry.End Module Contents --------------- .. py:data:: np .. py:class:: DucTableRowEntry Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsDucTableRowEntry(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: DucTableRowEntryBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: Key() .. py:method:: Value() .. py:function:: DucTableRowEntryStart(builder) .. py:function:: Start(builder) .. py:function:: DucTableRowEntryAddKey(builder, key) .. py:function:: AddKey(builder, key) .. py:function:: DucTableRowEntryAddValue(builder, value) .. py:function:: AddValue(builder, value) .. py:function:: DucTableRowEntryEnd(builder) .. py:function:: End(builder)