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