ducpy.Duc.BoundElement

Attributes

np

Classes

Functions

BoundElementStart(builder)

Start(builder)

BoundElementAddId(builder, id)

AddId(builder, id)

BoundElementAddType(builder, type)

AddType(builder, type)

BoundElementEnd(builder)

End(builder)

Module Contents

ducpy.Duc.BoundElement.np
class ducpy.Duc.BoundElement.BoundElement

Bases: object

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

This method is deprecated. Please switch to GetRootAs.

classmethod BoundElementBufferHasIdentifier(buf, offset, size_prefixed=False)
Init(buf, pos)
Id()
Type()
ducpy.Duc.BoundElement.BoundElementStart(builder)
ducpy.Duc.BoundElement.Start(builder)
ducpy.Duc.BoundElement.BoundElementAddId(builder, id)
ducpy.Duc.BoundElement.AddId(builder, id)
ducpy.Duc.BoundElement.BoundElementAddType(builder, type)
ducpy.Duc.BoundElement.AddType(builder, type)
ducpy.Duc.BoundElement.BoundElementEnd(builder)
ducpy.Duc.BoundElement.End(builder)