ducpy.Duc.ExportedDataState =========================== .. py:module:: ducpy.Duc.ExportedDataState Attributes ---------- .. autoapisummary:: ducpy.Duc.ExportedDataState.np Classes ------- .. autoapisummary:: ducpy.Duc.ExportedDataState.ExportedDataState Functions --------- .. autoapisummary:: ducpy.Duc.ExportedDataState.ExportedDataStateStart ducpy.Duc.ExportedDataState.Start ducpy.Duc.ExportedDataState.ExportedDataStateAddType ducpy.Duc.ExportedDataState.AddType ducpy.Duc.ExportedDataState.ExportedDataStateAddVersion ducpy.Duc.ExportedDataState.AddVersion ducpy.Duc.ExportedDataState.ExportedDataStateAddSource ducpy.Duc.ExportedDataState.AddSource ducpy.Duc.ExportedDataState.ExportedDataStateAddElements ducpy.Duc.ExportedDataState.AddElements ducpy.Duc.ExportedDataState.ExportedDataStateStartElementsVector ducpy.Duc.ExportedDataState.StartElementsVector ducpy.Duc.ExportedDataState.ExportedDataStateAddAppState ducpy.Duc.ExportedDataState.AddAppState ducpy.Duc.ExportedDataState.ExportedDataStateAddFiles ducpy.Duc.ExportedDataState.AddFiles ducpy.Duc.ExportedDataState.ExportedDataStateEnd ducpy.Duc.ExportedDataState.End Module Contents --------------- .. py:data:: np .. py:class:: ExportedDataState Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsExportedDataState(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: ExportedDataStateBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: Type() .. py:method:: Version() .. py:method:: Source() .. py:method:: Elements(j) .. py:method:: ElementsLength() .. py:method:: ElementsIsNone() .. py:method:: AppState() .. py:method:: Files() .. py:function:: ExportedDataStateStart(builder) .. py:function:: Start(builder) .. py:function:: ExportedDataStateAddType(builder, type) .. py:function:: AddType(builder, type) .. py:function:: ExportedDataStateAddVersion(builder, version) .. py:function:: AddVersion(builder, version) .. py:function:: ExportedDataStateAddSource(builder, source) .. py:function:: AddSource(builder, source) .. py:function:: ExportedDataStateAddElements(builder, elements) .. py:function:: AddElements(builder, elements) .. py:function:: ExportedDataStateStartElementsVector(builder, numElems) .. py:function:: StartElementsVector(builder, numElems) .. py:function:: ExportedDataStateAddAppState(builder, appState) .. py:function:: AddAppState(builder, appState) .. py:function:: ExportedDataStateAddFiles(builder, files) .. py:function:: AddFiles(builder, files) .. py:function:: ExportedDataStateEnd(builder) .. py:function:: End(builder)