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