ducpy.Duc.Identifier¶
Attributes¶
Classes¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- ducpy.Duc.Identifier.np¶
- class ducpy.Duc.Identifier.Identifier¶
Bases:
object
- __slots__ = ['_tab']¶
- classmethod GetRootAs(buf, offset=0)¶
- classmethod GetRootAsIdentifier(buf, offset=0)¶
This method is deprecated. Please switch to GetRootAs.
- classmethod IdentifierBufferHasIdentifier(buf, offset, size_prefixed=False)¶
- Init(buf, pos)¶
- Id()¶
- Name()¶
- Description()¶
- ducpy.Duc.Identifier.IdentifierStart(builder)¶
- ducpy.Duc.Identifier.Start(builder)¶
- ducpy.Duc.Identifier.IdentifierAddId(builder, id)¶
- ducpy.Duc.Identifier.AddId(builder, id)¶
- ducpy.Duc.Identifier.IdentifierAddName(builder, name)¶
- ducpy.Duc.Identifier.AddName(builder, name)¶
- ducpy.Duc.Identifier.IdentifierAddDescription(builder, description)¶
- ducpy.Duc.Identifier.AddDescription(builder, description)¶
- ducpy.Duc.Identifier.IdentifierEnd(builder)¶
- ducpy.Duc.Identifier.End(builder)¶