ducpy.Duc.ExportedDataState

Attributes

np

Classes

Functions

ExportedDataStateStart(builder)

Start(builder)

ExportedDataStateAddType(builder, type)

AddType(builder, type)

ExportedDataStateAddVersion(builder, version)

AddVersion(builder, version)

ExportedDataStateAddSource(builder, source)

AddSource(builder, source)

ExportedDataStateAddElements(builder, elements)

AddElements(builder, elements)

ExportedDataStateStartElementsVector(builder, numElems)

StartElementsVector(builder, numElems)

ExportedDataStateAddAppState(builder, appState)

AddAppState(builder, appState)

ExportedDataStateAddFiles(builder, files)

AddFiles(builder, files)

ExportedDataStateEnd(builder)

End(builder)

Module Contents

ducpy.Duc.ExportedDataState.np
class ducpy.Duc.ExportedDataState.ExportedDataState

Bases: object

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

This method is deprecated. Please switch to GetRootAs.

classmethod ExportedDataStateBufferHasIdentifier(buf, offset, size_prefixed=False)
Init(buf, pos)
Type()
Version()
Source()
Elements(j)
ElementsLength()
ElementsIsNone()
AppState()
Files()
ducpy.Duc.ExportedDataState.ExportedDataStateStart(builder)
ducpy.Duc.ExportedDataState.Start(builder)
ducpy.Duc.ExportedDataState.ExportedDataStateAddType(builder, type)
ducpy.Duc.ExportedDataState.AddType(builder, type)
ducpy.Duc.ExportedDataState.ExportedDataStateAddVersion(builder, version)
ducpy.Duc.ExportedDataState.AddVersion(builder, version)
ducpy.Duc.ExportedDataState.ExportedDataStateAddSource(builder, source)
ducpy.Duc.ExportedDataState.AddSource(builder, source)
ducpy.Duc.ExportedDataState.ExportedDataStateAddElements(builder, elements)
ducpy.Duc.ExportedDataState.AddElements(builder, elements)
ducpy.Duc.ExportedDataState.ExportedDataStateStartElementsVector(builder, numElems)
ducpy.Duc.ExportedDataState.StartElementsVector(builder, numElems)
ducpy.Duc.ExportedDataState.ExportedDataStateAddAppState(builder, appState)
ducpy.Duc.ExportedDataState.AddAppState(builder, appState)
ducpy.Duc.ExportedDataState.ExportedDataStateAddFiles(builder, files)
ducpy.Duc.ExportedDataState.AddFiles(builder, files)
ducpy.Duc.ExportedDataState.ExportedDataStateEnd(builder)
ducpy.Duc.ExportedDataState.End(builder)