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