ducpy.Duc.DictionaryEntry

Attributes

np

Classes

Functions

DictionaryEntryStart(builder)

Start(builder)

DictionaryEntryAddKey(builder, key)

AddKey(builder, key)

DictionaryEntryAddValue(builder, value)

AddValue(builder, value)

DictionaryEntryEnd(builder)

End(builder)

Module Contents

ducpy.Duc.DictionaryEntry.np
class ducpy.Duc.DictionaryEntry.DictionaryEntry

Bases: object

__slots__ = ['_tab']
classmethod GetRootAs(buf, offset=0)
classmethod GetRootAsDictionaryEntry(buf, offset=0)

This method is deprecated. Please switch to GetRootAs.

classmethod DictionaryEntryBufferHasIdentifier(buf, offset, size_prefixed=False)
Init(buf, pos)
Key()
Value()
ducpy.Duc.DictionaryEntry.DictionaryEntryStart(builder)
ducpy.Duc.DictionaryEntry.Start(builder)
ducpy.Duc.DictionaryEntry.DictionaryEntryAddKey(builder, key)
ducpy.Duc.DictionaryEntry.AddKey(builder, key)
ducpy.Duc.DictionaryEntry.DictionaryEntryAddValue(builder, value)
ducpy.Duc.DictionaryEntry.AddValue(builder, value)
ducpy.Duc.DictionaryEntry.DictionaryEntryEnd(builder)
ducpy.Duc.DictionaryEntry.End(builder)